Skip to content

Commit

Permalink
revert change to Cloudflare ES target version (#3847)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Feb 11, 2022
1 parent d788cf2 commit 52454ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/five-oranges-melt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/adapter-cloudflare-workers': patch
---

revert change to Cloudflare ES target version
2 changes: 1 addition & 1 deletion packages/adapter-cloudflare-workers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default function () {
entryPoints: [`${tmp}/entry.js`],
outfile: `${entrypoint}/index.js`,
bundle: true,
target: 'es2019',
target: 'es2020',
platform: 'browser'
});

Expand Down

0 comments on commit 52454ed

Please sign in to comment.