Skip to content

Commit 0009c3b

Browse files
author
bsanches
committed
Downgrade uglify-js version to work properly with webpack 2
- See webpack-contrib/uglifyjs-webpack-plugin#32
1 parent 9a8544f commit 0009c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"sinon": "^2.2.0",
8585
"sinon-chai": "^2.8.0",
8686
"text-loader": "0.0.1",
87-
"uglify-js": "^3.0.5",
87+
"uglify-js": "^2.8.27",
8888
"uglifyjs-webpack-plugin": "^0.4.3",
8989
"webpack": "^2.2.1",
9090
"webpack-stream": "^3.2.0",

0 commit comments

Comments
 (0)