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 fbb6f0d commit f660ea8Copy full SHA for f660ea8
package.json
@@ -23,7 +23,7 @@
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
"esmodule": "dist/index.modern.js",
29
"umd:main": "dist/index.umd.js",
@@ -32,7 +32,7 @@
32
".": {
33
"browser": "./dist/index.module.js",
34
"umd": "./dist/index.umd.js",
35
- "require": "./dist/index.js",
+ "require": "./dist/index.cjs",
36
"default": "./dist/index.modern.js"
37
}
38
},
0 commit comments