Skip to content

Commit 458336b

Browse files
Mikhail Osheriansu
Mikhail Osher
authored andcommitted
Update sass-loader to 7.0.1 (facebook#4376)
* Update sass-loader (facebook#4363) * Added bootstrap scss test (facebook#4376)
1 parent da4a87f commit 458336b

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

packages/react-scripts/fixtures/kitchensink/.template.dependencies.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"@babel/plugin-transform-modules-commonjs": "7.0.0-beta.36",
44
"@babel/polyfill": "7.0.0-beta.36",
55
"@babel/register": "7.0.0-beta.36",
6+
"bootstrap": "4.1.0",
67
"chai": "3.5.0",
78
"jsdom": "9.8.3",
89
"mocha": "3.2.0",

packages/react-scripts/fixtures/kitchensink/src/features/webpack/assets/scss-styles.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@import "~bootstrap/scss/bootstrap";
2+
13
#feature-scss-inclusion {
24
background: ghostwhite;
35
color: crimson;

packages/react-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"raf": "3.4.0",
5959
"react-dev-utils": "^5.0.0",
6060
"resolve": "1.6.0",
61-
"sass-loader": "7.0.0",
61+
"sass-loader": "7.0.1",
6262
"style-loader": "0.19.1",
6363
"svgr": "1.8.1",
6464
"sw-precache-webpack-plugin": "0.11.4",

0 commit comments

Comments
 (0)