mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 01:23:32 -06:00
Fix css loading in plugins (#12573)
- allow css loader to be imported again (wasnt prefixed by plugin)
This commit is contained in:
parent
5578097210
commit
4d2dd22095
@ -56,7 +56,7 @@ System.config({
|
||||
css: 'vendor/plugin-css/css.js',
|
||||
},
|
||||
meta: {
|
||||
'plugin*': {
|
||||
'*': {
|
||||
esModule: true,
|
||||
authorization: true,
|
||||
loader: 'plugin-loader',
|
||||
|
Loading…
Reference in New Issue
Block a user