Skip to content

Commit 73bddcd

Browse files
authored
Hotfix - donot use exports: 'named' (#112)
This change was added during the rollup script This is to reduce scope of the change
1 parent c8afc9f commit 73bddcd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rollup.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,11 @@ module.exports = ({
3838
dir: 'dist/cjs',
3939
format: 'cjs',
4040
sourcemap: true,
41-
exports: 'named'
4241
},
4342
{
4443
dir: 'dist',
4544
format: 'esm',
4645
sourcemap: true,
47-
exports: 'named'
4846
},
4947
],
5048
external: [

0 commit comments

Comments
 (0)