Skip to content

Commit cae4017

Browse files
added node sass
1 parent da6b536 commit cae4017

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

anything.html

-10
This file was deleted.

test.scss

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
body{
2+
background: red;
3+
}

webpack.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ module.exports = {
4040
}
4141
}, {
4242
loader: "sass-loader", options: {
43-
sourceMap: true
43+
sourceMap: true,
44+
includePaths:["./test.scss", "./test.css"]
4445
}
4546
}]
4647
},

0 commit comments

Comments
 (0)