mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 23:52:20 +08:00
Build: Fix failing CSS asset paths (#95380)
* build(webpack): set publicpath and process urls to resolve assets correctly * build(webpack): add back --progress to build * Add local cdn (cherry picked from commit 7a19523fa476fd5ff2d7669d116f5be462b100f5) * chore(devenv): fix local_cdn path in ngnix conf * chore(codeowners): add frontend-ops as owners of local_cdn docker block --------- Co-authored-by: Andreas Christou <andreas.christou@grafana.com>
This commit is contained in:
@ -74,7 +74,7 @@ module.exports = (env = {}) => {
|
||||
},
|
||||
require('./sass.rule.js')({
|
||||
sourceMap: false,
|
||||
preserveUrl: false,
|
||||
preserveUrl: true,
|
||||
}),
|
||||
],
|
||||
},
|
||||
|
Reference in New Issue
Block a user