mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fixed prod build
This commit is contained in:
@@ -914,12 +914,6 @@
|
|||||||
"main": "lib/testing/index.ts",
|
"main": "lib/testing/index.ts",
|
||||||
"generatePackageJson" : true,
|
"generatePackageJson" : true,
|
||||||
"tsConfig": "lib/testing/tsconfig.lib.prod.json",
|
"tsConfig": "lib/testing/tsconfig.lib.prod.json",
|
||||||
"additionalEntryPoints": [
|
|
||||||
{
|
|
||||||
"entryName": "shared",
|
|
||||||
"entryPath": "/lib/testing/src/lib/shared/index.ts"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"stylePreprocessorOptions": {
|
"stylePreprocessorOptions": {
|
||||||
"includePaths": [
|
"includePaths": [
|
||||||
"lib", "lib/core/src/lib"
|
"lib", "lib/core/src/lib"
|
||||||
|
@@ -60,7 +60,7 @@
|
|||||||
"process services-cloud"
|
"process services-cloud"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@alfresco/js-api": ">=7.2.0",
|
"@alfresco/js-api": ">=7.3.0",
|
||||||
"@angular/animations": "15.2.10",
|
"@angular/animations": "15.2.10",
|
||||||
"@angular/cdk": "15.2.9",
|
"@angular/cdk": "15.2.9",
|
||||||
"@angular/common": "15.2.10",
|
"@angular/common": "15.2.10",
|
||||||
|
Reference in New Issue
Block a user