8000 fix(FrameworkConfiguration): use private info · aurelia/framework@5a51394 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 5a51394

Browse files
committed
fix(FrameworkConfiguration): use private info
1 parent 5de9585 commit 5a51394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/framework-configuration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ export class FrameworkConfiguration {
355355
356356
_addNormalizedPlugin(name, config) {
357357
let plugin = { moduleId: name, resourcesRelativeTo: [name, ''], config: config || {} };
358-
this.plugin(plugin);
358+
this.info.push(plugin);
359359
360360
this.preTask(() => {
361361
let relativeTo = [name, this.bootstrapperName];

0 commit comments

Comments
 (0)
0