Skip to content

Commit 32bca78

Browse files
authored
fix watch dependencies with BROCCOLI_ENABLED_MEMOIZE=true
1 parent 724fd8f commit 32bca78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ember-auto-import/ts/inserter.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class Inserter extends Plugin {
3333
private config: BundleConfig,
3434
private options: InserterOptions
3535
) {
36-
super([allApp], {
36+
super([allApp, bundler], {
3737
annotation: 'ember-auto-import-inserter',
3838
persistentOutput: true,
3939
});

0 commit comments

Comments
 (0)