We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06ac4c0 commit 95741a4Copy full SHA for 95741a4
templates/javascript/clients/tsup.config.mustache
@@ -18,8 +18,6 @@ const nodeConfigs: Options[] = [
18
{
19
...nodeOptions,
20
format: 'cjs',
21
- // es2018 downlevels public class fields to constructor assignments via __publicField(),
22
- // which is required for conservative bundlers (e.g. VTEX IO) that do not transpile node_modules.
23
target: 'es2018',
24
name: `node ${pkg.name} cjs`
25
},
@@ -145,4 +143,4 @@ const browserConfigs: Options[] = [
145
143
{{/isAlgoliasearchClient}}
146
144
];
147
148
-export default defineConfig([...nodeConfigs, ...browserConfigs]);
+export default defineConfig([...nodeConfigs, ...browserConfigs]);
0 commit comments