Update sass-loader to 7.0.1 (#4376)

* Update sass-loader (#4363)

* Added bootstrap scss test (#4376)
This commit is contained in:
Mikhail Osher
2018-04-28 03:32:20 +03:00
committed by Ian Sutherland
parent da4a87f638
commit 458336bef6
3 changed files with 4 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
"@babel/plugin-transform-modules-commonjs": "7.0.0-beta.36",
"@babel/polyfill": "7.0.0-beta.36",
"@babel/register": "7.0.0-beta.36",
"bootstrap": "4.1.0",
"chai": "3.5.0",
"jsdom": "9.8.3",
"mocha": "3.2.0",

View File

@@ -1,3 +1,5 @@
@import "~bootstrap/scss/bootstrap";
#feature-scss-inclusion {
background: ghostwhite;
color: crimson;

View File

@@ -58,7 +58,7 @@
"raf": "3.4.0",
"react-dev-utils": "^5.0.0",
"resolve": "1.6.0",
"sass-loader": "7.0.0",
"sass-loader": "7.0.1",
"style-loader": "0.19.1",
"svgr": "1.8.1",
"sw-precache-webpack-plugin": "0.11.4",