mirror of
https://github.com/grafana/grafana.git
synced 2025-01-01 11:47:05 -06:00
fix: loading of css url (images/fonts)
This commit is contained in:
parent
afec9ec5be
commit
249c1e8d3d
@ -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=&.]+)?$/,
|
||||
|
Loading…
Reference in New Issue
Block a user