From 45b923808caaa44f932892e798920112ccdd8b33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AC=A7=E9=98=B3=E5=A4=8F=E6=98=B1?= Date: Fri, 21 Jul 2017 09:10:14 +0800 Subject: [PATCH] =?UTF-8?q?2017.7.21=20=E4=BF=AE=E6=94=B9sass=20loader?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a7a8d08ee..8139708b1 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ dist/ webpack-assets.json webpack-stats.json npm-debug.log +package-lock.json diff --git a/package.json b/package.json index f3fb6791c..c64d84bbd 100644 --- a/package.json +++ b/package.json @@ -168,7 +168,7 @@ "karma-sourcemap-loader": "^0.3.5", "karma-webpack": "^1.7.0", "mocha": "^2.3.3", - "node-sass": "^3.4.2", + "node-sass": "^4.5.3", "phantomjs": "^1.9.18", "phantomjs-polyfill": "0.0.1", "react-a11y": "^0.2.6",