diff options
author | 2023-04-27 08:13:11 +0000 | |
---|---|---|
committer | 2023-04-27 08:13:11 +0000 | |
commit | 3a6846e3e053f666e74e350060f7428a157baf5f (patch) | |
tree | ace807850a8830c6e619a1f15ad6e46fe42458be /packages/integrations/cloudflare/src | |
parent | e0bd33860e333a9f92e6cf25e207525079bad561 (diff) | |
download | astro-3a6846e3e053f666e74e350060f7428a157baf5f.tar.gz astro-3a6846e3e053f666e74e350060f7428a157baf5f.tar.zst astro-3a6846e3e053f666e74e350060f7428a157baf5f.zip |
[ci] format
Diffstat (limited to 'packages/integrations/cloudflare/src')
-rw-r--r-- | packages/integrations/cloudflare/src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/cloudflare/src/index.ts b/packages/integrations/cloudflare/src/index.ts index bbe8c65c7..dd3ed7005 100644 --- a/packages/integrations/cloudflare/src/index.ts +++ b/packages/integrations/cloudflare/src/index.ts @@ -95,7 +95,7 @@ export default function createIntegration(args?: Options): AstroIntegration { // A URL for the final build path after renaming const finalBuildUrl = pathToFileURL(buildPath.replace(/\.mjs$/, '.js')); - await esbuild.build({ + await esbuild.build({ target: 'es2020', platform: 'browser', entryPoints: [entryPath], |