We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33abfcf commit 647ae08Copy full SHA for 647ae08
package.json
@@ -23,15 +23,15 @@
23
],
24
"sideEffects": false,
25
"source": "src/index.js",
26
- "main": "dist/index.js",
+ "main": "dist/index.cjs",
27
"module": "dist/index.module.js",
28
"umd:main": "dist/index.umd.js",
29
"unpkg": "dist/index.umd.js",
30
"exports": {
31
".": {
32
"browser": "./dist/index.module.js",
33
"umd": "./dist/index.umd.js",
34
- "require": "./dist/index.js",
+ "require": "./dist/index.cjs",
35
"default": "./dist/index.modern.js"
36
}
37
},
0 commit comments