Skip to content

Commit

Permalink
✨ chore(core): Enable code splitting during compilation step (#974)
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception authored Oct 31, 2023
1 parent 09b29bb commit ba42f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/cli/compileWalletSetupFunctions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export async function compileWalletSetupFunctions(walletSetupDir: string) {
clean: true,
outDir,
format: 'esm',
splitting: false,
splitting: true,
sourcemap: false,
config: false,
esbuildOptions(options) {
Expand Down

0 comments on commit ba42f18

Please sign in to comment.