plugins: fix for loading external plugins behind auth proxy, fixes #9509
(cherry picked from commit e19b4a9291)
This commit is contained in:
@@ -40,7 +40,10 @@ System.config({
|
||||
css: 'vendor/plugin-css/css.js'
|
||||
},
|
||||
meta: {
|
||||
'*': {esModule: true}
|
||||
'*': {
|
||||
esModule: true,
|
||||
authorization: true,
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user