We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 724fd8f commit 32bca78Copy full SHA for 32bca78
packages/ember-auto-import/ts/inserter.ts
@@ -33,7 +33,7 @@ export class Inserter extends Plugin {
33
private config: BundleConfig,
34
private options: InserterOptions
35
) {
36
- super([allApp], {
+ super([allApp, bundler], {
37
annotation: 'ember-auto-import-inserter',
38
persistentOutput: true,
39
});
0 commit comments