Skip to content

Commit f38f54d

Browse files
committed
Mark svelte as external
1 parent 4b4445c commit f38f54d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ esbuild.build({
88
bundle: true,
99
platform: 'node',
1010
target: 'node12.13.0',
11-
external: ['prettier'],
11+
external: ['prettier', 'svelte'],
1212
minify: process.argv.includes('--minify'),
1313
watch: process.argv.includes('--watch'),
1414
plugins: [

0 commit comments

Comments
 (0)