We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b473856 commit 512d83dCopy full SHA for 512d83d
1 file changed
package.json
@@ -28,7 +28,6 @@
28
".": {
29
"types": "./dist/index.d.ts",
30
"node": {
31
- "import": "./browser/index.js",
32
"require": "./dist/index.js"
33
},
34
"default": "./browser/index.js"
@@ -37,10 +36,17 @@
37
36
"./util": {
38
"types": "./dist/util.d.ts",
39
40
- "import": "./browser/dist/util.js",
41
"require": "./dist/util.js"
42
43
"default": "./browser/dist/util.js"
+ },
+ "./esm": {
44
+ "types": "./dist/index.d.ts",
45
+ "default": "./browser/index.js"
46
47
+ "./esm/util": {
48
+ "types": "./dist/util.d.ts",
49
+ "default": "./browser/dist/util.js"
50
}
51
52
"scripts": {
0 commit comments