Skip to content

Commit

Permalink
feat: set esbuild packages option to 'external' to prevent dependenci…
Browse files Browse the repository at this point in the history
…es from being packaged into the takomo bundle
  • Loading branch information
hmeltaus committed Apr 4, 2023
1 parent e5804f4 commit 408cb09
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export const createFileSystemCommandContext = async (
write: true,
bundle: true,
sourcemap: true,
packages: "external",
platform: "node",
logLevel: "error",
target: "node18.14.2",
Expand Down

0 comments on commit 408cb09

Please sign in to comment.