backend/projects/ui-game/scss-bundle.config.json
2019-11-07 21:15:26 +09:00

10 lines
255 B
JSON

{
"bundlerOptions": {
"entryFile": "./projects/ui-game/assets/scss/_theming.scss",
"rootDir": "./projects/ui-game/assets/scss",
"outFile": "./dist/ui-game/_theming.scss",
"ignoreImports": ["~@angular/.*"],
"logLevel": "silent"
}
}