Skip to content

Commit

Permalink
Merge pull request #568 from NullVoxPopuli/change-default-boot-set
Browse files Browse the repository at this point in the history
Change default boot set
  • Loading branch information
ef4 authored Feb 22, 2023
2 parents 29eab60 + ba24c93 commit b9383a5
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 b9383a5

Please sign in to comment.