Skip to content

Commit

Permalink
fix: Pass noExternal to externalPlugin (#498)
Browse files Browse the repository at this point in the history
Co-authored-by: EGOIST <0x142857@gmail.com>
  • Loading branch information
kamilkisiela and egoist committed Dec 15, 2021
1 parent 26a7390 commit ec45978
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/esbuild/index.ts
Expand Up @@ -112,6 +112,7 @@ export async function runEsbuild(
format !== 'iife' &&
externalPlugin({
external,
noExternal: options.noExternal,
skipNodeModulesBundle: options.skipNodeModulesBundle,
tsconfigResolvePaths: options.tsconfigResolvePaths,
}),
Expand Down

1 comment on commit ec45978

@vercel
Copy link

@vercel vercel bot commented on ec45978 Dec 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.