remove unneeded stylePreprocessorOptions

This commit is contained in:
James Woglom 2022-08-30 01:54:52 -04:00
parent 11d8cda33c
commit 9454c52c01
1 changed files with 0 additions and 4 deletions

View File

@ -30,10 +30,6 @@
"styles": [ "styles": [
"src/styles.sass" "src/styles.sass"
], ],
"stylePreprocessorOptions": {
"includePaths": [
]
},
"scripts": [ "scripts": [
"node_modules/bootstrap/dist/js/bootstrap.min.js", "node_modules/bootstrap/dist/js/bootstrap.min.js",
] ]