Skip to content

Commit

Permalink
fix: opt our rollup CJS build into TS's module interop behavior (#1747)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuth authored Sep 7, 2023
1 parent 3579e31 commit 2b0855e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export default {
preserveModulesRoot: 'src',
sourcemap: true,
entryFileNames: '[name].cjs',
interop: 'auto',
},
],
/**
Expand Down

0 comments on commit 2b0855e

Please sign in to comment.