mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-15 10:11:50 +08:00
feat(@angular-devkit/build-ng-packagr): update ng-packagr
to version 4
This commit is contained in:
parent
10eb83d660
commit
1caf708dca
@ -14,6 +14,6 @@
|
|||||||
"rxjs": "^6.0.0"
|
"rxjs": "^6.0.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"ng-packagr": "^2.2.0 || ^3.0.0 || ^4.0.0-rc.0"
|
"ng-packagr": "^2.2.0 || ^3.0.0 || ^4.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -21,7 +21,8 @@
|
|||||||
"fullTemplateTypeCheck": true,
|
"fullTemplateTypeCheck": true,
|
||||||
"strictInjectionParameters": true,
|
"strictInjectionParameters": true,
|
||||||
"flatModuleId": "AUTOGENERATED",
|
"flatModuleId": "AUTOGENERATED",
|
||||||
"flatModuleOutFile": "AUTOGENERATED"
|
"flatModuleOutFile": "AUTOGENERATED",
|
||||||
|
"enableResourceInlining": true
|
||||||
},
|
},
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"src/test.ts",
|
"src/test.ts",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user