Fixees #1747
Don't rewrite the urls for assets loaded via `url()` in CSS. Instead, they should be relative to the CSS file.
This commit is contained in:
parent
985a0e4f4e
commit
7f69394ec5
@ -29,7 +29,11 @@ module.exports = merge(common, {
|
|||||||
MiniCssExtractPlugin.loader,
|
MiniCssExtractPlugin.loader,
|
||||||
{
|
{
|
||||||
loader: 'css-loader',
|
loader: 'css-loader',
|
||||||
options: {sourceMap: true}
|
options: {
|
||||||
|
url: false,
|
||||||
|
sourceMap: true
|
||||||
|
|
||||||
|
}
|
||||||
},
|
},
|
||||||
'postcss-loader',
|
'postcss-loader',
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user