mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 07:55:47 +01:00
restore context path support
This commit is contained in:
@@ -62,11 +62,7 @@ class PluginLoader extends React.Component<Props, State> {
|
||||
|
||||
const promises = [];
|
||||
for (let bundle of plugin.bundles) {
|
||||
// skip old bundles
|
||||
// TODO remove old bundles
|
||||
if (bundle.indexOf("/") !== 0) {
|
||||
promises.push(this.loadBundle(bundle));
|
||||
}
|
||||
promises.push(this.loadBundle(bundle));
|
||||
}
|
||||
return Promise.all(promises);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user