Commit e19b4a92 by Torkel Ödegaard

plugins: fix for loading external plugins behind auth proxy, fixes #9509

parent c3bd07f9
...@@ -40,7 +40,10 @@ System.config({ ...@@ -40,7 +40,10 @@ System.config({
css: 'vendor/plugin-css/css.js' css: 'vendor/plugin-css/css.js'
}, },
meta: { meta: {
'*': {esModule: true} '*': {
esModule: true,
authorization: true,
}
} }
}); });
......
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