diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package.json b/package.json index b602d8d..b44151d 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "start": "node ./src/server/bin/www", "build": "webpack -p", - "build:dev": "webpack --watch", + "build:dev": "webpack -wd", "test": "jest", "test:dev": "jest --watch" }, @@ -58,8 +58,7 @@ "eslint-plugin-react": "^7.5.1", "extract-text-webpack-plugin": "^3.0.2", "jest": "^21.2.1", - "node-sass": "^4.7.2", - "sass-loader": "^6.0.7", + "style-loader": "^0.20.3", "webpack": "^3.5.6" }, "author": "Noah Loomans <noahloomans@gmail.com>", |