Skip to content

Commit 31c7198

Browse files
https://github.com/brianc/node-postgres/issues/838
1 parent eeda405 commit 31c7198

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"build": "webpack",
88
"dev": "nodemon ./server.js localhost 80",
99
"test": "echo \"Error: no test specified\" && exit 1",
10-
"start": "node server.js",
11-
"postinstall": "node fix.js"
10+
"start": "node server.js"
1211
},
1312
"repository": {
1413
"type": "git",

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
entry: './server.js',
66
mode: 'production',
77
target: 'node',
8-
//plugins: [ new webpack.IgnorePlugin(/^pg-native$/)],
8+
plugins: [ new webpack.IgnorePlugin(/^pg-native$/)],
99
output: {
1010
path: path.resolve(__dirname, '.'),
1111
filename: 'server.bundle.js'

0 commit comments

Comments
 (0)