fix bad build script (#781)
This commit is contained in:
parent
9f6ec661e2
commit
6230a7ac31
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,6 @@ export default async function build(...args) {
|
||||||
},
|
},
|
||||||
entryPoints,
|
entryPoints,
|
||||||
outdir,
|
outdir,
|
||||||
external,
|
|
||||||
format,
|
format,
|
||||||
plugins: [svelte({ isDev })],
|
plugins: [svelte({ isDev })],
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue