Skip to content

Commit 4125909

Browse files
committed
1 parent 185a37a commit 4125909

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

webpack.config.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,9 @@ module.exports = {
159159
test: /\.scss$/,
160160
use: [
161161
{loader: MiniCssExtractPlugin.loader},
162-
{loader: "css-loader?-url"}, //url()-inlining turned off
162+
{loader: "css-loader"},
163+
{loader: "css-loader",
164+
options: { url: false }},
163165
{loader: "sass-loader",},
164166
],
165167
}],

0 commit comments

Comments
 (0)