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
26 lines
606 B
JSON
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
|
|
}
|