Skip to content

Commit 95741a4

Browse files
Update tsup.config.mustache
1 parent 06ac4c0 commit 95741a4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

templates/javascript/clients/tsup.config.mustache

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ const nodeConfigs: Options[] = [
1818
{
1919
...nodeOptions,
2020
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.
2321
target: 'es2018',
2422
name: `node ${pkg.name} cjs`
2523
},
@@ -145,4 +143,4 @@ const browserConfigs: Options[] = [
145143
{{/isAlgoliasearchClient}}
146144
];
147145

148-
export default defineConfig([...nodeConfigs, ...browserConfigs]);
146+
export default defineConfig([...nodeConfigs, ...browserConfigs]);

0 commit comments

Comments
 (0)