Skip to content

Commit

Permalink
fix: add back CJS compat code from Rollup (#20)
Browse files Browse the repository at this point in the history
Fixes: #18
  • Loading branch information
targos committed May 12, 2024
1 parent cc5c29e commit dc55031
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 @@ -3,5 +3,6 @@ export default {
output: {
file: 'lib/index.js',
format: 'cjs',
interop: 'compat',
},
};

0 comments on commit dc55031

Please sign in to comment.