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.
.js
module
1 parent 75fe7a5 commit 2a20370Copy full SHA for 2a20370
package.json
@@ -24,13 +24,13 @@
24
"type": "module",
25
"source": "src/index.js",
26
"main": "dist/index.cjs",
27
- "module": "dist/index.module.mjs",
+ "module": "dist/index.module.js",
28
"esmodule": "dist/index.modern.js",
29
"umd:main": "dist/index.umd.js",
30
"unpkg": "dist/index.umd.js",
31
"exports": {
32
".": {
33
- "browser": "./dist/index.module.mjs",
+ "browser": "./dist/index.module.js",
34
"umd": "./dist/index.umd.js",
35
"require": "./dist/index.cjs",
36
"default": "./dist/index.modern.js"
0 commit comments