mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-28 11:10:12 +08:00
test(@ngtools/webpack): Move enhanced-resolve from peerDependencies to dependencies (#7385)
@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.
This commit is contained in:
parent
0ea05eb906
commit
0ba8bb23b6
@ -26,11 +26,11 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"loader-utils": "^1.0.2",
|
||||
"enhanced-resolve": "^3.1.0",
|
||||
"magic-string": "^0.22.3",
|
||||
"source-map": "^0.5.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"enhanced-resolve": "^3.1.0",
|
||||
"typescript": "^2.0.2",
|
||||
"webpack": "^2.2.0 || ^3.0.0"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user