We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 128ce81 commit 0fbb686Copy full SHA for 0fbb686
packages/toolkit/tsup.config.ts
@@ -71,7 +71,7 @@ const buildTargets: BuildOptions[] = [
71
{
72
format: 'esm',
73
name: 'legacy-esm',
74
- target: 'esnext',
+ target: 'es2017',
75
minify: false,
76
env: '',
77
},
0 commit comments