Skip to content

Commit

Permalink
fix watch dependencies with BROCCOLI_ENABLED_MEMOIZE=true
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx authored Dec 5, 2024
1 parent 724fd8f commit 32bca78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-auto-import/ts/inserter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class Inserter extends Plugin {
private config: BundleConfig,
private options: InserterOptions
) {
super([allApp], {
super([allApp, bundler], {
annotation: 'ember-auto-import-inserter',
persistentOutput: true,
});
Expand Down

0 comments on commit 32bca78

Please sign in to comment.