nx/packages/angular/ng-package.json
Colum Ferry 776bd277b7
feat(angular): add host option to MFE generator (#6368)
Add a host option to MFE generator to allow a remote to specify a host that it should be consumed
by.
Use this value to update the host application's webpack.config,js
2021-07-15 09:54:41 +01:00

26 lines
606 B
JSON

{
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
"lib": {
"entryFile": "index.ts",
"umdModuleIds": {
"@ngrx/effects": "ngrx.effects",
"@ngrx/entity": "ngrx.entity",
"@ngrx/router-store": "ngrx.routerStore",
"@ngrx/store": "ngrx.store",
"jasmine-marbles": "jasmine-marbles"
}
},
"allowedNonPeerDependencies": [
"@nrwl/",
"@angular-devkit",
"@angular-eslint/",
"@schematics",
"@phenomnomnominal/tsquery",
"ignore",
"jasmine-marbles",
"rxjs-for-await",
"webpack-merge"
],
"keepLifecycleScripts": true
}