There was an error while loading. Please reload this page.
1 parent 0a61cb9 commit 9f1c739Copy full SHA for 9f1c739
package.json
@@ -21,15 +21,15 @@
21
],
22
"sideEffects": false,
23
"source": "src/index.js",
24
- "main": "dist/index.js",
+ "main": "dist/index.cjs",
25
"module": "dist/index.module.js",
26
"umd:main": "dist/index.umd.js",
27
"unpkg": "dist/index.umd.js",
28
"exports": {
29
".": {
30
"browser": "./dist/index.module.js",
31
"umd": "./dist/index.umd.js",
32
- "require": "./dist/index.js",
+ "require": "./dist/index.cjs",
33
"default": "./dist/index.modern.js"
34
}
35
},
0 commit comments