replace node-sass with sass

this solves a build time error:

"Error: Node Sass version 7.0.0 is incompatible with ^4.0.0."
This commit is contained in:
LOLCATATONIA 2022-04-04 13:25:27 +02:00 committed by GitHub
parent 972278fc23
commit d3716d1e8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
"ajv": "~6.12.3", "ajv": "~6.12.3",
"css-loader": "^3.5.3", "css-loader": "^3.5.3",
"gulp": "~3.9.1", "gulp": "~3.9.1",
"node-sass": "~7.0.0", "sass": "^1.49.11",
"sass-loader": "~8.0.2", "sass-loader": "~8.0.2",
"tslint-microsoft-contrib": "5.0.0", "tslint-microsoft-contrib": "5.0.0",
"vue-loader": "^15.9.1", "vue-loader": "^15.9.1",