Skip to content

Commit 0125a57

Browse files
authored
ci(build): Add bundling option to run-esbuild.js
1 parent 3073af4 commit 0125a57

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build/run-esbuild.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ await esbuild.build({
66
platform: 'node',
77
packages: 'external',
88
format: 'esm',
9-
external: ['./src/generated/*']
9+
external: ['./src/generated/*'],
10+
bundle: true
1011
});

0 commit comments

Comments
 (0)