Commit 4d2dd220 by David Committed by Torkel Ödegaard

Fix css loading in plugins (#12573)

- allow css loader to be imported again (wasnt prefixed by plugin)
parent 55780972
...@@ -56,7 +56,7 @@ System.config({ ...@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment