Skip to content

Commit

Permalink
Update to webpack@3 and disable all webpack node polyfills #2051
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkfranz committed Jan 24, 2018
1 parent c8aa6c4 commit dd17821
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -129,7 +129,7 @@
"update": "^0.7.4",
"updater-license": "^1.0.0",
"vinyl-paths": "^2.1.0",
"webpack": "^2.6.1"
"webpack": "^3.10.0"
},
"sniper": {
"js": [
Expand Down
3 changes: 2 additions & 1 deletion webpack.config.js
Expand Up @@ -54,5 +54,6 @@ module.exports = {
}
})
] : [] ),
devtool: SOURCEMAPS ? 'inline-source-map' : false
devtool: SOURCEMAPS ? 'inline-source-map' : false,
node: false
};

0 comments on commit dd17821

Please sign in to comment.