summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorDerick Montague <derick.montague@ibm.com>2020-08-14 20:58:27 +0300
committerDerick Montague <derick.montague@ibm.com>2020-08-14 20:58:27 +0300
commitf0a1ac7eb7cf724d412acd2c0c9a3bf3d1fcc204 (patch)
treea7c2d9a6264473d2a476c2e9e37a30ad359b5aca /package.json
parent944840f040d3c7aac1e4fb911beb940c977b74df (diff)
downloadwebui-vue-f0a1ac7eb7cf724d412acd2c0c9a3bf3d1fcc204.tar.xz
Relace node-sass with dart-sass
Vue recommends using dart-sass as it implements updates before node-sass. This should also resolve a dependency that node-sass has on Python that is causing issues with the build process. Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I71bf86f6f6ea15b866183bc0c00fabc72021238f
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 43c0e251..b2e5d149 100644
--- a/package.json
+++ b/package.json
@@ -51,8 +51,8 @@
"eslint-plugin-prettier": "3.1.1",
"eslint-plugin-vue": "5.0.0",
"lint-staged": "9.4.2",
- "node-sass": "4.14.1",
"prettier": "1.18.2",
+ "sass": "1.26.10",
"sass-loader": "8.0.0",
"vue-cli-plugin-i18n": "0.6.1",
"vue-template-compiler": "2.6.11",