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 13d002e commit bbe9cd1Copy full SHA for bbe9cd1
package.json
@@ -17,9 +17,9 @@
17
"postgraphile": "^4.4.0-beta.9"
18
},
19
"devDependencies": {
20
- "aws-sdk": "^2.814.0",
+ "aws-sdk": "^2.437.0",
21
"serverless-content-encoding": "^1.1.0",
22
- "webpack": "5.94.0",
+ "webpack": "4.29.6",
23
"webpack-cli": "3.3.0"
24
}
25
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