Skip to content

Commit 1df3cb8

Browse files
committed
fix(putout) cjs: enable convert-esm-to-commonjs
1 parent e16781e commit 1df3cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/putout/putout.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"convert-commonjs-to-esm": "on"
6969
},
7070
"*.cjs": {
71-
"convert-commonjs-to-esm": "off"
71+
"convert-esm-to-commonjs": "on"
7272
},
7373
"*.{ts,tsx}": {
7474
"convert-generic-to-shorthand": "on",

0 commit comments

Comments
 (0)