mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-12322] Fix linking issue
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@
|
||||
"main": "app/src/main.ts",
|
||||
"tsConfig": "app/tsconfig.app.json",
|
||||
"polyfills": "app/src/polyfills.ts",
|
||||
"preserveSymlinks": false,
|
||||
"preserveSymlinks": true,
|
||||
"allowedCommonJsDependencies": ["minimatch", "cropperjs"],
|
||||
"stylePreprocessorOptions": {
|
||||
"includePaths": ["projects/aca-content/src/lib/ui", "node_modules", "node_modules/@alfresco/adf-core/lib"]
|
||||
|
||||
+3
-1
@@ -45,7 +45,9 @@
|
||||
"@alfresco/aca-playwright-shared/*": ["projects/aca-playwright-shared/src/*/index.ts"],
|
||||
"package.json": ["package.json"],
|
||||
"@angular/*": ["./node_modules/@angular/*"],
|
||||
"@ngx-translate/*": ["./node_modules/@ngx-translate/*"]
|
||||
"@ngx-translate/*": ["./node_modules/@ngx-translate/*"],
|
||||
"@babel/runtime/*": ["./node_modules/@babel/runtime/*"],
|
||||
"brace-expansion": ["./node_modules/brace-expansion"]
|
||||
}
|
||||
},
|
||||
"exclude": ["node_modules"],
|
||||
|
||||
Reference in New Issue
Block a user