Skip to content

Commit

Permalink
fix: change esbuild target to es2019
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jun 16, 2021
1 parent 47b9b91 commit a91ec26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builder/rollup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export function getRollupOptions (ctx: BuildContext): RollupOptions {
},

esbuild({
target: 'node12'
target: 'es2019'
}),

commonjs({
Expand Down

0 comments on commit a91ec26

Please sign in to comment.