Skip to content

Commit f7b784a

Browse files
authored
Tweak wording
1 parent f8b8a2d commit f7b784a

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
@@ -28,7 +28,7 @@ module.exports = {
2828
new webpack.NormalModuleReplacementPlugin(/pg\/lib\/native\/index\.js$/, '../client.js'),
2929
],
3030

31-
// Something to fix something in postgraphile:
31+
// Omit websocket functionality from postgraphile:
3232
new webpack.NormalModuleReplacementPlugin(
3333
/postgraphile\/build\/postgraphile\/http\/subscriptions\.js$/,
3434
`${__dirname}/src/postgraphile-http-subscriptions.js`

0 commit comments

Comments
 (0)