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 eb4337e commit 3073af4Copy full SHA for 3073af4
build/run-esbuild.js
@@ -6,4 +6,5 @@ await esbuild.build({
6
platform: 'node',
7
packages: 'external',
8
format: 'esm',
9
+ external: ['./src/generated/*']
10
});
0 commit comments