mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
fix linked ADF styling (#3522)
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user