We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0159ed5 commit 2f70fffCopy full SHA for 2f70fff
webpack.config.js
@@ -30,7 +30,7 @@ module.exports = {
30
31
// Omit websocket functionality from postgraphile:
32
new webpack.NormalModuleReplacementPlugin(
33
- /postgraphile\/build\/postgraphile\/http\/subscriptions\.js$/,
+ /postgraphile\/build-turbo\/postgraphile\/http\/subscriptions\.js$/,
34
`${__dirname}/src/postgraphile-http-subscriptions.js`
35
),
36
0 commit comments