feat(@angular-devkit/build-ng-packagr): update ng-packagr to version 4

This commit is contained in:
Alan Agius 2018-07-22 10:53:58 +02:00 committed by Filipe Silva
parent 10eb83d660
commit 1caf708dca
2 changed files with 3 additions and 2 deletions

View File

@ -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"
} }
} }

View File

@ -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",