🐛 Add stylePreprocessorOptions
parent
4b30fc615c
commit
6f12da98eb
10
angular.json
10
angular.json
|
@ -37,6 +37,11 @@
|
|||
"styles": [
|
||||
"src/styles.scss"
|
||||
],
|
||||
"stylePreprocessorOptions": {
|
||||
"includePaths": [
|
||||
"node_modules"
|
||||
]
|
||||
},
|
||||
"scripts": [],
|
||||
"vendorChunk": true,
|
||||
"extractLicenses": false,
|
||||
|
@ -152,6 +157,11 @@
|
|||
"styles": [
|
||||
"src/styles.scss"
|
||||
],
|
||||
"stylePreprocessorOptions": {
|
||||
"includePaths": [
|
||||
"node_modules"
|
||||
]
|
||||
},
|
||||
"scripts": []
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue