Skip to content

Commit

Permalink
fix linked ADF styling
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Nov 16, 2023
1 parent 4e21459 commit 59760a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 59760a7

Please sign in to comment.