Skip to content

Commit

Permalink
Update npm packages used (terser instead of uglify, in particular)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvc committed Aug 17, 2020
1 parent 264f31b commit 93dedfa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"mathjax-full": "^3.1.0"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"babel-loader": "^8.1.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.43.0",
"terser-webpack-plugin": "^4.1.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"scripts": {
Expand Down

0 comments on commit 93dedfa

Please sign in to comment.