Switch to dart-sass

This commit is contained in:
Quantum 2023-07-21 22:02:34 -04:00
parent b802c19630
commit ac6b4c5971
2 changed files with 9203 additions and 7119 deletions

16318
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -3,7 +3,7 @@
"version": "0.0.1",
"description": "Correct Horse Battery Staple-style Password Generator",
"scripts": {
"build": "rimraf dist && cross-env NODE_ENV=production webpack",
"build": "rimraf dist && cross-env NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=production webpack",
"serve": "webpack-dev-server",
"test": "mocha tests"
},
@ -20,10 +20,10 @@
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.5",
"mocha": "^8.1.3",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"rimraf": "^2.7.1",
"sass": "^1.64.1",
"sass-loader": "^7.3.1",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^4.2.3",