Skip to content

Commit ad6d562

Browse files
committed
build: externalize node-fetch
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
1 parent 69618f1 commit ad6d562

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const config: Config = defineBuildConfig({
1616
{ ignore: ['cli.ts'] },
1717
{
1818
bundle: true,
19+
external: ['node-fetch'],
1920
keepNames: true,
2021
minify: true,
2122
platform: 'node',

0 commit comments

Comments
 (0)