Skip to content

Commit

Permalink
Merge pull request #894 from bigopon/fix-config
Browse files Browse the repository at this point in the history
fix(FrameworkConfiguration): use private info
  • Loading branch information
EisenbergEffect committed Jun 21, 2018
2 parents 5de9585 + 5a51394 commit 0e14f8d
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 0e14f8d

Please sign in to comment.