mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix: loading of css url (images/fonts)
This commit is contained in:
@@ -85,7 +85,7 @@ module.exports = merge(common, {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
require('./sass.rule.js')({
|
require('./sass.rule.js')({
|
||||||
sourceMap: true, minimize: false, preserveUrl: true
|
sourceMap: true, minimize: false, preserveUrl: false
|
||||||
}, extractSass),
|
}, extractSass),
|
||||||
{
|
{
|
||||||
test: /\.(ttf|eot|svg|woff(2)?)(\?[a-z0-9=&.]+)?$/,
|
test: /\.(ttf|eot|svg|woff(2)?)(\?[a-z0-9=&.]+)?$/,
|
||||||
|
|||||||
Reference in New Issue
Block a user