We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd5799a commit 0129616Copy full SHA for 0129616
1 file changed
rollup.config.mjs
@@ -53,7 +53,7 @@ const esmConfig = {
53
const cjsBundleConfig = {
54
...baseConfig,
55
output: {
56
- file: 'dist/csj/index.cjs',
+ file: 'dist/cjs/index.cjs',
57
format: 'cjs',
58
sourcemap: true,
59
},
0 commit comments