Skip to content

Commit a568ebb

Browse files
authored
Externalize @hackolade/fetch in esbuild.package.js to let studio decide which entrypoint to use from the lib (#115)
1 parent 87d4271 commit a568ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esbuild.package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ esbuild
2323
outdir: RELEASE_FOLDER_PATH,
2424
minify: true,
2525
logLevel: 'info',
26-
external: ['electron'],
26+
external: ['electron', '@hackolade/fetch'],
2727
plugins: [
2828
clean({
2929
patterns: [DEFAULT_RELEASE_FOLDER_PATH],

0 commit comments

Comments
 (0)