Skip to content

Commit

Permalink
Change default boot set
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Feb 22, 2023
1 parent 29eab60 commit ba24c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-auto-import/ts/webpack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ export default class WebpackBundler extends Plugin implements Bundler {
private getEarlyBootSet() {
let result = this.opts.earlyBootSet
? this.opts.earlyBootSet([...DEFAULT_EARLY_BOOT_SET])
: DEFAULT_EARLY_BOOT_SET;
: [];

/**
* Prior to ember-source 3.27, the modules were precompiled into a variant of requirejs/AMD.
Expand Down

0 comments on commit ba24c93

Please sign in to comment.