Skip to content
This repository was archived by the owner on Apr 11, 2019. It is now read-only.

Commit 7d5527b

Browse files
committed
Feat: update webpack with sass-loader
1 parent 9ef515b commit 7d5527b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

webpack.config.babel.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ module.exports = {
7676
}
7777
]
7878
},
79+
sassLoader: {
80+
includePaths: [
81+
'./node_modules',
82+
]
83+
},
7984
resolve: {
8085
extensions: ['', '.js', '.jsx'],
8186
alias: {

0 commit comments

Comments
 (0)