Skip to content

Commit badecee

Browse files
alphapapadrammock
authored andcommitted
1 parent feb2bc2 commit badecee

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)