Skip to content

Commit

Permalink
fix(FrameworkConfiguration): use private info
Browse files Browse the repository at this point in the history
  • Loading branch information
bigopon committed Jun 21, 2018
1 parent 5de9585 commit 5a51394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework-configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 5a51394

Please sign in to comment.