Skip to content

Commit

Permalink
Fix vulnerability alert
Browse files Browse the repository at this point in the history
Upgrade webpack to version >=3.1.11 and other dev dependencies

https://nvd.nist.gov/vuln/detail/CVE-2018-14732
  • Loading branch information
Vladimir Vershinin committed Jan 9, 2019
1 parent 305282d commit 955ae3c
Show file tree
Hide file tree
Showing 6 changed files with 2,060 additions and 1,291 deletions.
37 changes: 36 additions & 1 deletion .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/webpack.base.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module.exports = {
],
},
],
noParse: [/openlayers/],
noParse: [/node_modules\/openlayers/],
},
plugins,
}
1 change: 0 additions & 1 deletion build/webpack.dev.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const webpackCofnig = merge(baseConfig, {
},
plugins: [
new webpack.HotModuleReplacementPlugin(),
new webpack.NoEmitOnErrorsPlugin(),
// https://github.com/ampedandwired/html-webpack-plugin
new HtmlWebpackPlugin({
filename: 'index.html',
Expand Down
Loading

0 comments on commit 955ae3c

Please sign in to comment.