Commit 249c1e8d by Torkel Ödegaard

fix: loading of css url (images/fonts)

parent afec9ec5
......@@ -85,7 +85,7 @@ module.exports = merge(common, {
]
},
require('./sass.rule.js')({
sourceMap: true, minimize: false, preserveUrl: true
sourceMap: true, minimize: false, preserveUrl: false
}, extractSass),
{
test: /\.(ttf|eot|svg|woff(2)?)(\?[a-z0-9=&.]+)?$/,
......
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