@angular/cli migration - update-libraries-v13
Update library projects to be published in partial mode and removed deprecated options from ng-packagr configuration.
This commit is contained in:
Родитель
c23171e8e2
Коммит
c651b0ad06
|
@ -11,11 +11,7 @@
|
|||
"stylenames"
|
||||
],
|
||||
"lib": {
|
||||
"entryFile": "public-api.ts",
|
||||
"umdModuleIds": {
|
||||
"react": "React",
|
||||
"react-dom": "ReactDOM"
|
||||
}
|
||||
"entryFile": "public-api.ts"
|
||||
},
|
||||
"dest": "../../@angular-react/core"
|
||||
},
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
"declarationMap": false
|
||||
},
|
||||
"angularCompilerOptions": {
|
||||
"enableIvy": false
|
||||
"compilationMode": "partial"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,13 +4,7 @@
|
|||
"version": "4.0.0",
|
||||
"ngPackage": {
|
||||
"lib": {
|
||||
"entryFile": "public-api.ts",
|
||||
"umdModuleIds": {
|
||||
"react": "React",
|
||||
"react-dom": "ReactDOM",
|
||||
"@angular-react/core": "ɵa",
|
||||
"@fluentui/react": "Fabric"
|
||||
}
|
||||
"entryFile": "public-api.ts"
|
||||
},
|
||||
"dest": "../../@angular-react/fabric"
|
||||
},
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
"declarationMap": false
|
||||
},
|
||||
"angularCompilerOptions": {
|
||||
"enableIvy": false
|
||||
"compilationMode": "partial"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,13 +4,7 @@
|
|||
"version": "4.0.0",
|
||||
"ngPackage": {
|
||||
"lib": {
|
||||
"entryFile": "public-api.ts",
|
||||
"umdModuleIds": {
|
||||
"react": "React",
|
||||
"react-dom": "ReactDOM",
|
||||
"@angular-react/core": "ɵa",
|
||||
"semantic-ui-react": "semanticUIReact"
|
||||
}
|
||||
"entryFile": "public-api.ts"
|
||||
},
|
||||
"dest": "../../@angular-react/semantic-ui"
|
||||
},
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
"declarationMap": false
|
||||
},
|
||||
"angularCompilerOptions": {
|
||||
"enableIvy": false
|
||||
"compilationMode": "partial"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,13 +4,7 @@
|
|||
"version": "4.0.0",
|
||||
"ngPackage": {
|
||||
"lib": {
|
||||
"entryFile": "public-api.ts",
|
||||
"umdModuleIds": {
|
||||
"react": "React",
|
||||
"react-dom": "ReactDOM",
|
||||
"@angular-react/core": "ɵa",
|
||||
"@fluentui/react": "Fabric"
|
||||
}
|
||||
"entryFile": "public-api.ts"
|
||||
},
|
||||
"dest": "../../angular-react-toolkit"
|
||||
},
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
"declarationMap": false
|
||||
},
|
||||
"angularCompilerOptions": {
|
||||
"enableIvy": false
|
||||
"compilationMode": "partial"
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче