Skip to content

Commit

Permalink
Merge pull request #76 from white-label-loyalty/release/fix-cjs-bundl…
Browse files Browse the repository at this point in the history
…ing-jest

fix: cjs rollup config
  • Loading branch information
iamgraeme authored Feb 3, 2025
2 parents 6ae6566 + faf7ef7 commit b81291a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ export default [
...baseConfig,
output: {
file: 'dist/index.js',
format: 'esm',
format: 'cjs',
sourcemap: true,
exports: 'named',
},
plugins: [
resolve({ extensions }),
Expand Down

0 comments on commit b81291a

Please sign in to comment.