Skip to content

Commit

Permalink
Merge pull request #175 from janlazo/audit
Browse files Browse the repository at this point in the history
Update dependencies to pass audit
  • Loading branch information
ghettovoice authored Jun 22, 2019
2 parents 22db9a2 + 4697d8b commit 82193d2
Show file tree
Hide file tree
Showing 3 changed files with 3,499 additions and 5,508 deletions.
4 changes: 1 addition & 3 deletions build/webpack.base.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ module.exports = {
// UglifyJs do not support ES6+, you can also use babel-minify for better treeshaking: https://github.com/babel/minify
new UglifyJsPlugin({
uglifyOptions: {
compress: {
warnings: false,
},
warnings: false,
},
cache: true,
sourceMap: true,
Expand Down
Loading

0 comments on commit 82193d2

Please sign in to comment.