Skip to content

Commit

Permalink
FIX: Add --packages=external to build.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Nov 28, 2023
1 parent ad07801 commit 18e24e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bids-validator/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const result = await esbuild.build({
plugins: [httpPlugin],
allowOverwrite: true,
sourcemap: flags.minify ? false : 'inline',
packages: 'external',
})

if (result.warnings.length > 0) {
Expand Down

0 comments on commit 18e24e3

Please sign in to comment.