Skip to content

Commit

Permalink
Merge pull request #72 from nikolaik/fix/es2015
Browse files Browse the repository at this point in the history
Transpile to ES2015 syntax
  • Loading branch information
kadikraman authored Feb 14, 2021
2 parents 7b26fee + a68b5e8 commit 3a829e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ const options = {
bundle: true,
minify: true,
sourcemap: true,
external: ['path']
external: ['path'],
target: 'es2015'
};
(async () => {
await esbuild
Expand Down

0 comments on commit 3a829e9

Please sign in to comment.