We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 817248e commit 2d75507Copy full SHA for 2d75507
2 files changed
.changeset/happy-plants-start.md
@@ -0,0 +1,5 @@
1
+---
2
+'@e2b/desktop': minor
3
4
+
5
+Update JS SDK target to es2017
packages/js-sdk/tsup.config.js
@@ -2,7 +2,7 @@ import { defineConfig } from 'tsup'
export default defineConfig({
minify: false,
- target: ['es2015'],
+ target: ['es2017'],
6
sourcemap: true,
7
dts: true,
8
format: ['esm', 'cjs'],
0 commit comments