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