Skip to content

Commit

Permalink
Addon-main is cjs, it should have cjs extension
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Dec 13, 2023
1 parent 779ff18 commit 11629a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scenarios/v2-addon-dev-typescript-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ appScenarios
addon.pkg.files = ['dist'];
addon.pkg.exports = {
'./*': './dist/*.js',
'./addon-main.js': './addon-main.js',
'./addon-main.js': './addon-main.cjs',
'./package.json': './package.json',
};
addon.pkg.scripts = {
Expand Down
File renamed without changes.

0 comments on commit 11629a0

Please sign in to comment.