Skip to content

Commit

Permalink
let's try es2018 as the target
Browse files Browse the repository at this point in the history
  • Loading branch information
catdad committed Jul 23, 2024
1 parent eada8af commit 6de3a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const autoReadStream = async stream => {
// support them here, so transform to a target from before
// https://esbuild.github.io/content-types/#javascript
const result = await esbuild.transform(file, {
target: 'es2019',
target: 'es2018',
minify: true
});

Expand Down

0 comments on commit 6de3a53

Please sign in to comment.