chore: set esbuild output target to es2017
This commit is contained in:
parent
0a09ad2a2f
commit
93169e054d
1 changed files with 1 additions and 0 deletions
|
|
@ -259,6 +259,7 @@ function get_build_options(files, outdir, plugins) {
|
|||
return {
|
||||
entryPoints: files,
|
||||
entryNames: "[dir]/[name].[hash]",
|
||||
target: ['es2017'],
|
||||
outdir,
|
||||
sourcemap: true,
|
||||
bundle: true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue