Skip to content

Commit 2f70fff

Browse files
Fix postgraphile websocket/subscription omission path
1 parent 0159ed5 commit 2f70fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module.exports = {
3030

3131
// Omit websocket functionality from postgraphile:
3232
new webpack.NormalModuleReplacementPlugin(
33-
/postgraphile\/build\/postgraphile\/http\/subscriptions\.js$/,
33+
/postgraphile\/build-turbo\/postgraphile\/http\/subscriptions\.js$/,
3434
`${__dirname}/src/postgraphile-http-subscriptions.js`
3535
),
3636

0 commit comments

Comments
 (0)