Skip to content

Commit b57d1bd

Browse files
authored
chore(build): update compression-webpack-plugin (#2709)
Close #2599 Close #2685
1 parent b250cb6 commit b57d1bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"awesome-typescript-loader": "^2.2.3",
5656
"chalk": "^1.1.3",
5757
"common-tags": "^1.3.1",
58-
"compression-webpack-plugin": "github:webpack/compression-webpack-plugin#7e55907cd54a2e91b96d25a660acc6a2a6453f54",
58+
"compression-webpack-plugin": "^0.3.2",
5959
"core-js": "^2.4.0",
6060
"css-loader": "^0.23.1",
6161
"denodeify": "^1.2.1",

packages/angular-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"awesome-typescript-loader": "^2.2.3",
3939
"chalk": "^1.1.3",
4040
"common-tags": "^1.3.1",
41-
"compression-webpack-plugin": "github:webpack/compression-webpack-plugin#7e55907cd54a2e91b96d25a660acc6a2a6453f54",
41+
"compression-webpack-plugin": "^0.3.2",
4242
"core-js": "^2.4.0",
4343
"css-loader": "^0.23.1",
4444
"denodeify": "^1.2.1",

0 commit comments

Comments
 (0)