Skip to content

Commit 61adc9a

Browse files
committed
fix: set target to es2017
1 parent 0aa19ce commit 61adc9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cli.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ cli
8585
define: options.define,
8686
outDir: 'dist',
8787
format: 'cjs',
88+
target: 'es2017'
8889
})
8990
const bundle = await rollup(rollupConfig.inputConfig)
9091
const { output } = await bundle.write(rollupConfig.outputConfig)

0 commit comments

Comments
 (0)