Skip to content

Commit a4bfef6

Browse files
committed
build: target es2019
1 parent 78d7fff commit a4bfef6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const banner = `/**
1414
const options = {
1515
entryPoints: [entrypoint],
1616
format: 'esm',
17+
target: 'es2019',
1718
bundle: true,
1819
sourcemap: true,
1920
loader: { '.js': 'jsx' },

0 commit comments

Comments
 (0)