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 ba59174 commit 3cb8de9Copy full SHA for 3cb8de9
package.json
@@ -30,7 +30,7 @@
30
],
31
"sideEffects": false,
32
"source": "src/index.js",
33
- "main": "dist/index.js",
+ "main": "dist/index.cjs",
34
"module": "dist/index.module.js",
35
"esmodule": "dist/index.modern.js",
36
"umd:main": "dist/index.umd.js",
@@ -39,7 +39,7 @@
39
".": {
40
"browser": "./dist/index.module.js",
41
"umd": "./dist/index.umd.js",
42
- "require": "./dist/index.js",
+ "require": "./dist/index.cjs",
43
"default": "./dist/index.modern.js"
44
}
45
},
0 commit comments