Skip to content

Commit

Permalink
Merge pull request #2242 from embroider-build/loader.js
Browse files Browse the repository at this point in the history
stop nullifying loader.js
  • Loading branch information
ef4 authored Feb 4, 2025
2 parents fc482ba + 76a60ab commit 0f6c294
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/compat/src/compat-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,5 @@ interface Preprocessors {
function forbiddenVendorPath(path: string) {
// ember-source does not go in vendor under embroider (we always use the
// separate ES modules)
//
// loader.js sets up AMD. We don't use AMD.
return !['./vendor/loader/loader.js', './vendor/ember/ember.js'].includes(path);
return !['./vendor/ember/ember.js'].includes(path);
}

0 comments on commit 0f6c294

Please sign in to comment.