[ci] npm run format
This commit is contained in:
parent
3e82a0052d
commit
da6ad7a5ed
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ export async function bundle(imports: Set<string>, { runtime, dist }: BundleOpti
|
||||||
plugins: [
|
plugins: [
|
||||||
// We are using terser for the demo, but might switch to something else long term
|
// We are using terser for the demo, but might switch to something else long term
|
||||||
// Look into that rather than adding options here.
|
// Look into that rather than adding options here.
|
||||||
terser()
|
terser(),
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue