diff options
author | 2023-04-27 08:13:11 +0000 | |
---|---|---|
committer | 2023-04-27 08:13:11 +0000 | |
commit | 58f7700e8744df417b56e9913a4e57993ef02d4d (patch) | |
tree | 81896b7125c536431225ddb0d7a89bb0908a1cba | |
parent | 081b2402cfb48b5eb8dbd02664d8af2f7c798edf (diff) | |
download | astro-58f7700e8744df417b56e9913a4e57993ef02d4d.tar.gz astro-58f7700e8744df417b56e9913a4e57993ef02d4d.tar.zst astro-58f7700e8744df417b56e9913a4e57993ef02d4d.zip |
[ci] format
-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], |