Skip to content

Commit

Permalink
Merge pull request #1386 from embroider-build/fix-call-stack-exceeded
Browse files Browse the repository at this point in the history
Fix `Maximum call stack size exceeded` error
  • Loading branch information
ef4 authored Mar 31, 2023
2 parents e7c1789 + a80537c commit dda695f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/compat/src/v1-addon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ export default class V1Addon {
// is just misleading to stage3 packagers that might look (rollup does).
delete pkg.main;
delete pkg.module;
delete pkg.exports;

return pkg;
}
Expand Down

0 comments on commit dda695f

Please sign in to comment.