Skip to content

Commit 2237c78

Browse files
committed
chore: use esnext when bundling
1 parent a016c35 commit 2237c78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rslib.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default defineConfig({
55
lib: [
66
{
77
format: 'esm',
8-
syntax: 'es2021',
8+
syntax: 'esnext',
99
dts: false,
1010
shims: {
1111
esm: {

0 commit comments

Comments
 (0)