Skip to content

Commit

Permalink
fix: ping uglify-js to an older version
Browse files Browse the repository at this point in the history
This allows users of the plugin to pin to older versions to avoid bugs.
3.1.4 picked purely because its in the package lock file as what handlebars pins to.
Fixes webpack-contrib#355
  • Loading branch information
lukeapage authored Sep 17, 2018
1 parent 266bb1c commit fabe9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"schema-utils": "^1.0.0",
"serialize-javascript": "^1.4.0",
"source-map": "^0.6.1",
"uglify-js": "^3.4.9",
"uglify-js": "^3.1.4",
"webpack-sources": "^1.1.0",
"worker-farm": "^1.5.2"
},
Expand Down

0 comments on commit fabe9c6

Please sign in to comment.