Skip to content

Commit

Permalink
Merge branch 'timfish/rollup-4' of github.com:getsentry/sentry-javasc…
Browse files Browse the repository at this point in the history
…ript into timfish/rollup-4
  • Loading branch information
timfish committed Mar 14, 2024
2 parents 7b3801d + ca3de1c commit 0a24275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-packages/rollup-utils/npmHelpers.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function makeBaseNPMConfig(options = {}) {
sourcemap: true,

// Include __esModule property when generating exports
// Before the upgrade to Rollup 4 this was included by default and when it was gone it broke tests broke
// Before the upgrade to Rollup 4 this was included by default and when it was gone it broke tests
esModule: true,

// output individual files rather than one big bundle
Expand Down

0 comments on commit 0a24275

Please sign in to comment.