Skip to content

Commit c4ac6ef

Browse files
authored
feat(dual): dual (#643)
1 parent 26065c2 commit c4ac6ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rslib.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ export default defineConfig({
1212
syntax: ['node 18'],
1313
dts: true
1414
},
15-
// {
16-
// format: 'cjs',
17-
// syntax: ['node 18'],
18-
// },
15+
{
16+
format: 'cjs',
17+
syntax: ['node 18'],
18+
},
1919
],
2020
});

0 commit comments

Comments
 (0)