Skip to content

Commit 43cda92

Browse files
committed
Fix import handling for UMD build
1 parent 83a804e commit 43cda92

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

rollup.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@ export default [
2424
replace({
2525
'process.env.NODE_ENV': JSON.stringify('development')
2626
}),
27-
commonjs()
27+
commonjs({
28+
namedExports: {
29+
'node_modules/curriable/dist/curriable.js': ['curry', '__'],
30+
}
31+
})
2832
]
2933
},
3034

0 commit comments

Comments
 (0)