mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 14:22:50 +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:
@ -12,6 +12,7 @@ module.exports = {
|
||||
output: {
|
||||
path: path.resolve(__dirname, '../../public/build'),
|
||||
filename: '[name].[hash].js',
|
||||
// Keep publicPath relative for host.com/grafana/ deployments
|
||||
publicPath: "public/build/",
|
||||
},
|
||||
resolve: {
|
||||
|
Reference in New Issue
Block a user