Fix webpack on aarch64 (and potentially others)

Swapping out the deprecated `node-sass` with `sass` allows a aarach64 Android device to webpack successfully.

Otherwise, `node-sass` emits errors about `undefined-symbol` and webpack fails.
This commit is contained in:
Carlen White 2023-09-27 23:11:34 -04:00 committed by GitHub
parent 7bad376750
commit 91fbd33b5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
"extract-loader": "^5.1.0",
"file-loader": "^6.2.0",
"lodash": "^4.17.20",
"node-sass": "^7.0.1",
"sass": "^1.68.0",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"qs": "^6.9.4",
"raven-js": "^3.27.2",