Skip to content

Commit

Permalink
Output regular .js for CommonJS
Browse files Browse the repository at this point in the history
  • Loading branch information
72636c committed Mar 26, 2024
1 parent 1ba479e commit 3ed773a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/build/esbuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const esbuild = async (
},
debug,
entryPoints,
outExtension: { '.js': '.cjs' },
outExtension: { '.js': '.js' },
tsconfig: tscArgs.pathname,
});

Expand Down

0 comments on commit 3ed773a

Please sign in to comment.