Skip to content

Commit 891c3de

Browse files
authored
test: Add missing peer dependency
@ngtools/webpack requires a peer dependency of enhanced-resolve@^3.1.0. It currently relies on webpack providing this dependency and on NPM 3+ flat tree installation. Webpack could remove this dependency or NPM change the tree structure. This change also removes a NPM warning about missing peer dependency.
1 parent d85652e commit 891c3de

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/@angular/cli/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"diff": "^3.1.0",
4242
"ember-cli-normalize-entity-name": "^1.0.0",
4343
"ember-cli-string-utils": "^1.0.0",
44+
"enhanced-resolve": "^3.1.0",
4445
"exports-loader": "^0.6.3",
4546
"extract-text-webpack-plugin": "3.0.0",
4647
"file-loader": "^0.10.0",

0 commit comments

Comments
 (0)