Commit 7f69394e authored by JC Brand's avatar JC Brand

Fixees #1747

Don't rewrite the urls for assets loaded via `url()` in CSS.

Instead, they should be relative to the CSS file.
parent 985a0e4f
......@@ -29,7 +29,11 @@ module.exports = merge(common, {
MiniCssExtractPlugin.loader,
{
loader: 'css-loader',
options: {sourceMap: true}
options: {
url: false,
sourceMap: true
}
},
'postcss-loader',
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment