diff --git a/src/framework-configuration.js b/src/framework-configuration.js index d54ac5fc..0de61df8 100644 --- a/src/framework-configuration.js +++ b/src/framework-configuration.js @@ -355,7 +355,7 @@ export class FrameworkConfiguration { _addNormalizedPlugin(name, config) { let plugin = { moduleId: name, resourcesRelativeTo: [name, ''], config: config || {} }; - this.plugin(plugin); + this.info.push(plugin); this.preTask(() => { let relativeTo = [name, this.bootstrapperName];