Skip to content

Commit

Permalink
FIX: Mark npm:[email protected] as external
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Nov 10, 2023
1 parent 26518e6 commit 9fe4937
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',
external: ['npm:[email protected]'],
})

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

0 comments on commit 9fe4937

Please sign in to comment.