ucap-angular/projects/ui-call/scss-bundle.config.json

12 lines
320 B
JSON
Raw Permalink Normal View History

2020-08-10 05:05:57 +00:00
{
"bundlerOptions": {
"entryFile": "./projects/ui-call/src/assets/scss/_theme.scss",
"rootDir": "./projects/ui-call/src/assets/scss/",
"outFile": "./dist/ui-call/_theme.scss",
"dedupeGlobs": [],
"includePaths": [],
"ignoreImports": ["~@ucap/.*", "~@angular/.*"],
"logLevel": "silent"
}
}