mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-14 17:43:52 +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"
|
||||
},
|
||||
"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,
|
||||
"strictInjectionParameters": true,
|
||||
"flatModuleId": "AUTOGENERATED",
|
||||
"flatModuleOutFile": "AUTOGENERATED"
|
||||
"flatModuleOutFile": "AUTOGENERATED",
|
||||
"enableResourceInlining": true
|
||||
},
|
||||
"exclude": [
|
||||
"src/test.ts",
|
||||
|
Loading…
x
Reference in New Issue
Block a user