fix bad build script (#781)

This commit is contained in:
Fred K. Schott 2021-07-20 14:52:44 -07:00 committed by GitHub
parent 9f6ec661e2
commit 6230a7ac31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,6 @@ export default async function build(...args) {
},
entryPoints,
outdir,
external,
format,
plugins: [svelte({ isDev })],
});