fix linked ADF styling (#3522)

This commit is contained in:
Denys Vuika 2023-11-16 14:25:00 +00:00 committed by GitHub
parent 4e21459fea
commit 4ce4b82e46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -169,7 +169,10 @@
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
"namedChunks": true,
"stylePreprocessorOptions": {
"includePaths": ["projects/aca-content/src/lib/ui", "node_modules", "../alfresco-ng2-components/lib/core/src/lib"]
}
},
"adfprod": {
"tsConfig": "app/tsconfig.app.adf.json",