Skip to content

Commit 0129616

Browse files
committed
chore: fix cjs dist folder name
1 parent fd5799a commit 0129616

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rollup.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const esmConfig = {
5353
const cjsBundleConfig = {
5454
...baseConfig,
5555
output: {
56-
file: 'dist/csj/index.cjs',
56+
file: 'dist/cjs/index.cjs',
5757
format: 'cjs',
5858
sourcemap: true,
5959
},

0 commit comments

Comments
 (0)