diff --git a/src/esbuild/index.ts b/src/esbuild/index.ts index f4bd0cd4..e4f69dd3 100644 --- a/src/esbuild/index.ts +++ b/src/esbuild/index.ts @@ -112,6 +112,7 @@ export async function runEsbuild( format !== 'iife' && externalPlugin({ external, + noExternal: options.noExternal, skipNodeModulesBundle: options.skipNodeModulesBundle, tsconfigResolvePaths: options.tsconfigResolvePaths, }),