Skip to content

Commit a2ef7d1

Browse files
joshwiensfilipesilva
authored andcommitted
fix(@angular/cli): Set uglify plugin minimum to 1.1.5
- Pins uglify-es dependency version on the Webpack side for angular#8997
1 parent 93c3b12 commit a2ef7d1

File tree

2 files changed

+47
-34
lines changed

2 files changed

+47
-34
lines changed

package-lock.json

+46-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"stylus-loader": "^3.0.1",
9393
"tree-kill": "^1.0.0",
9494
"typescript": "~2.4.2",
95-
"uglifyjs-webpack-plugin": "~1.1.2",
95+
"uglifyjs-webpack-plugin": "^1.1.5",
9696
"url-loader": "^0.6.2",
9797
"webpack": "~3.10.0",
9898
"webpack-dev-middleware": "~1.12.0",

0 commit comments

Comments
 (0)