8000
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 e7f613b commit e43e8b4Copy full SHA for e43e8b4
package.json
@@ -24,7 +24,7 @@
24
],
25
"sideEffects": false,
26
"source": "src/index.js",
27
- "main": "dist/index.js",
+ "main": "dist/index.cjs",
28
"module": "dist/index.module.js",
29
"esmodule": "dist/index.modern.js",
30
"umd:main": "dist/index.umd.js",
@@ -33,7 +33,7 @@
33
".": {
34
"browser": "./dist/index.module.js",
35
"umd": "./dist/index.umd.js",
36
- "require": "./dist/index.js",
+ "require": "./dist/index.cjs",
37
"default": "./dist/index.modern.js"
38
}
39
},
0 commit comments