Skip to content

Commit aa0a59b

Browse files
filipesilvahansl
authored andcommitted
fix(@angular/cli): update build-optimizer
Fix #7114 Fix #7110 Fix #7093
1 parent 555c110 commit aa0a59b

File tree

3 files changed

+5
-16
lines changed

3 files changed

+5
-16
lines changed

package-lock.json

+3-14
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
@@ -40,7 +40,7 @@
4040
},
4141
"homepage": "https://github.com/angular/angular-cli",
4242
"dependencies": {
43-
"@angular-devkit/build-optimizer": "0.0.3",
43+
"@angular-devkit/build-optimizer": "0.0.8",
4444
"autoprefixer": "^6.5.3",
4545
"chalk": "^2.0.1",
4646
"circular-dependency-plugin": "^3.0.0",

packages/@angular/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"homepage": "https://github.com/angular/angular-cli",
2929
"dependencies": {
30-
"@angular-devkit/build-optimizer": "0.0.3",
30+
"@angular-devkit/build-optimizer": "0.0.8",
3131
"@ngtools/json-schema": "1.1.0",
3232
"@ngtools/webpack": "1.6.0-rc.3",
3333
"autoprefixer": "^6.5.3",

0 commit comments

Comments
 (0)