Skip to content

Commit

Permalink
Webpack: leave css url imports as-is. TODO: check if we want this!
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Apr 9, 2021
1 parent c5d67ab commit 1a726b9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion webpack/base.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,12 @@ module.exports = (env) => {
insert: webpack_helpers.top_head_insert,
},
},
"css-loader",
{
loader: "css-loader",
options: {
url: false,
},
},
"sass-loader",
],
},
Expand Down

0 comments on commit 1a726b9

Please sign in to comment.