We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f5529d commit cad7539Copy full SHA for cad7539
package.json
@@ -141,7 +141,8 @@
141
"through": "^2.3.6",
142
"ts-node": "^3.2.0",
143
"tslint": "^5.1.0",
144
- "walk-sync": "^0.3.1"
+ "walk-sync": "^0.3.1",
145
+ "webpack-sources": ">= 1.0.0"
146
},
147
"optionalDependencies": {
148
"node-sass": "^4.3.0"
packages/@angular/cli/package.json
@@ -81,6 +81,7 @@
81
"webpack-dev-middleware": "~1.12.0",
82
"webpack-dev-server": "~2.7.1",
83
"webpack-merge": "^4.1.0",
84
+ "webpack-sources": ">= 1.0.0",
85
"webpack-subresource-integrity": "^1.0.1",
86
"zone.js": "^0.8.14"
87
0 commit comments