Skip to content

Commit 13f72c9

Browse files
authored
fix: ensure bundlers pick up esm version (#1326)
1 parent 9a02ace commit 13f72c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"typings": "./lib/umd/main",
1717
"exports": {
1818
".": {
19+
"browser": "./lib/esm/main.js",
1920
"import": "./lib/esm/main.js",
2021
"default": "./lib/umd/main.js"
2122
}

0 commit comments

Comments
 (0)