mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 07:02:12 +08:00
Icons: Cache Bookmark icons (#91332)
This commit is contained in:
@ -106,7 +106,7 @@ module.exports = {
|
||||
},
|
||||
// for pre-caching SVGs as part of the JS bundles
|
||||
{
|
||||
test: /(unicons|mono|custom)[\\/].*\.svg$/,
|
||||
test: /(unicons|mono|custom|solid)[\\/].*\.svg$/,
|
||||
type: 'asset/source',
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user