Skip to content

Commit

Permalink
Merge pull request #1582 from void-mAlex/stop-ember-source-compat-ada…
Browse files Browse the repository at this point in the history
…pter-searching-for-babel-config

allow vite to build an embroider app using ember-source < 4.10
  • Loading branch information
ef4 authored Aug 29, 2023
2 parents 51c1794 + ab4f3d9 commit 17cf74c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/compat/src/compat-adapters/ember-source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ class FixStringLoc extends Plugin {
let inSource = readFileSync(resolve(this.inputPaths[0], 'ember', 'index.js'), 'utf8');
let outSource = transform(inSource, {
plugins: [fixStringLoc],
configFile: false,
})!.code!;
outputFileSync(resolve(this.outputPath, 'ember', 'index.js'), outSource, 'utf8');
}
Expand Down

0 comments on commit 17cf74c

Please sign in to comment.