Commit 3f87e2b
Write ember-cli-build as .cjs in compat scenarios
test-app/package.json has "type": "module", so an ember-cli-build.js file
would be parsed as ESM. The generated content is CommonJS (require /
module.exports), so the file needs a .cjs extension to be interpreted
correctly.
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>1 parent cc1cb2f commit 3f87e2b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments