We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3073af4 commit 0125a57Copy full SHA for 0125a57
build/run-esbuild.js
@@ -6,5 +6,6 @@ await esbuild.build({
6
platform: 'node',
7
packages: 'external',
8
format: 'esm',
9
- external: ['./src/generated/*']
+ external: ['./src/generated/*'],
10
+ bundle: true
11
});
0 commit comments