Skip to content

Commit cc9b3fd

Browse files
fix(build): use correct entrypoint for umd bundle (#120)
1 parent 46e90ce commit cc9b3fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import pkg from './package.json'
33

44
export default [
55
{
6-
input: 'dist/index.js',
6+
input: 'dist/lib/index.js',
77
output: {
88
name: 'monads',
99
file: pkg.main,

0 commit comments

Comments
 (0)