mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 10:22:17 +08:00
Fix CSS asset loading for yarn start (HMR) (#11855)
* enable url() processing in CSS to ensure assets load in HMR mode * only needed when running `yarn start` which needs this for the hot reloader
This commit is contained in:
@ -85,7 +85,7 @@ module.exports = merge(common, {
|
||||
]
|
||||
},
|
||||
require('./sass.rule.js')({
|
||||
sourceMap: true, minimize: false, preserveUrl: false
|
||||
sourceMap: true, minimize: false, preserveUrl: HOT
|
||||
}, extractSass),
|
||||
{
|
||||
test: /\.(ttf|eot|svg|woff(2)?)(\?[a-z0-9=&.]+)?$/,
|
||||
|
Reference in New Issue
Block a user