Skip to content

Commit 98fb83e

Browse files
committed
use, not load
1 parent 08767d7 commit 98fb83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ module.exports = {
100100
},
101101
{
102102
test: /\.scss$/,
103-
loader: isProd ?
103+
use: isProd ?
104104
extractCSS.extract(['css-loader', 'sass-loader']) :
105105
['style-loader', 'css-loader', 'sass-loader']
106106
},

0 commit comments

Comments
 (0)