diff options
author | 2021-03-30 20:07:48 +0000 | |
---|---|---|
committer | 2021-03-30 20:07:48 +0000 | |
commit | da6ad7a5edbea97d28d136b89cee2f6b8bdf7aae (patch) | |
tree | 84f08b9132e61e5924ad6a57dff136667bbcc639 /src | |
parent | 3e82a0052db4afa16cbf95193fe53d9956809aa4 (diff) | |
download | astro-da6ad7a5edbea97d28d136b89cee2f6b8bdf7aae.tar.gz astro-da6ad7a5edbea97d28d136b89cee2f6b8bdf7aae.tar.zst astro-da6ad7a5edbea97d28d136b89cee2f6b8bdf7aae.zip |
[ci] npm run format
Diffstat (limited to 'src')
-rw-r--r-- | src/build/bundle.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/bundle.ts b/src/build/bundle.ts index 68d2e5131..af06ed8c6 100644 --- a/src/build/bundle.ts +++ b/src/build/bundle.ts @@ -242,7 +242,7 @@ export async function bundle(imports: Set<string>, { runtime, dist }: BundleOpti plugins: [ // We are using terser for the demo, but might switch to something else long term // Look into that rather than adding options here. - terser() + terser(), ], }; |