Skip to content

Commit 8f4fedb

Browse files
committed
build: revert rollup exports to 'named' to remove build warning
1 parent 5938b84 commit 8f4fedb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rollup.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ export default {
1313
{
1414
file: pkg.main,
1515
format: 'cjs',
16-
exports: 'auto',
16+
exports: 'named',
1717
sourcemap: true,
1818
strict: false,
1919
},
2020
{
2121
file: pkg.module,
2222
format: 'esm',
23-
exports: 'auto',
23+
exports: 'named',
2424
sourcemap: true,
2525
},
2626
],

0 commit comments

Comments
 (0)