Browse Source

Fix css loading in plugins (#12573)

- allow css loader to be imported again (wasnt prefixed by plugin)
David 7 years ago
parent
commit
4d2dd22095
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/app/features/plugins/plugin_loader.ts

+ 1 - 1
public/app/features/plugins/plugin_loader.ts

@@ -56,7 +56,7 @@ System.config({
     css: 'vendor/plugin-css/css.js',
   },
   meta: {
-    'plugin*': {
+    '*': {
       esModule: true,
       authorization: true,
       loader: 'plugin-loader',