Skip to content

Commit

Permalink
fix: resolve regression in commonjs bundling introduced in 2.13.1 (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra authored Dec 23, 2023
1 parent f3653ca commit d573ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ export default await defineConfig({
clean: true,
splitting: false,
dts: true,
esbuildPlugins: [esbuildPluginFilePathExtensions()],
esbuildPlugins: [esbuildPluginFilePathExtensions({cjsExtension: 'js'})],
});

0 comments on commit d573ee5

Please sign in to comment.