We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
svelte
1 parent 4b4445c commit f38f54dCopy full SHA for f38f54d
build.js
@@ -8,7 +8,7 @@ esbuild.build({
8
bundle: true,
9
platform: 'node',
10
target: 'node12.13.0',
11
- external: ['prettier'],
+ external: ['prettier', 'svelte'],
12
minify: process.argv.includes('--minify'),
13
watch: process.argv.includes('--watch'),
14
plugins: [
0 commit comments