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 52c0775 commit 6031729Copy full SHA for 6031729
package.json
@@ -20,15 +20,15 @@
20
],
21
"sideEffects": false,
22
"source": "src/index.js",
23
- "main": "dist/index.js",
+ "main": "dist/index.cjs",
24
"module": "dist/index.module.js",
25
"umd:main": "dist/index.umd.js",
26
"unpkg": "dist/index.umd.js",
27
"exports": {
28
".": {
29
"browser": "./dist/index.module.js",
30
"umd": "./dist/index.umd.js",
31
- "require": "./dist/index.js",
+ "require": "./dist/index.cjs",
32
"default": "./dist/index.modern.js"
33
}
34
},
0 commit comments