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 f8b8a2d commit f7b784aCopy full SHA for f7b784a
webpack.config.js
@@ -28,7 +28,7 @@ module.exports = {
28
new webpack.NormalModuleReplacementPlugin(/pg\/lib\/native\/index\.js$/, '../client.js'),
29
],
30
31
- // Something to fix something in postgraphile:
+ // Omit websocket functionality from postgraphile:
32
new webpack.NormalModuleReplacementPlugin(
33
/postgraphile\/build\/postgraphile\/http\/subscriptions\.js$/,
34
`${__dirname}/src/postgraphile-http-subscriptions.js`
0 commit comments