Skip to content

Commit 98b3091

Browse files
committed
Webpack: leave css url imports as-is. TODO: check if we want this!
1 parent 32ce823 commit 98b3091

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

webpack/base.config.js

+6-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,12 @@ module.exports = (env) => {
8686
insert: webpack_helpers.top_head_insert,
8787
},
8888
},
89-
"css-loader",
89+
{
90+
loader: "css-loader",
91+
options: {
92+
url: false,
93+
},
94+
},
9095
"sass-loader",
9196
],
9297
},

0 commit comments

Comments
 (0)