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 9a3c656 commit 07a3f0aCopy full SHA for 07a3f0a
package.json
@@ -9,14 +9,14 @@
9
"jsnext:main": "dist/index.module.js",
10
"exports": {
11
".": {
12
- "require": "./dist/index.js",
13
"import": "./dist/index.mjs",
14
- "browser": "./dist/index.module.js"
+ "browser": "./dist/index.module.js",
+ "require": "./dist/index.js"
15
},
16
"./jsx": {
17
- "require": "./dist/jsx.js",
18
"import": "./dist/jsx.mjs",
19
- "browser": "./dist/jsx.module.js"
+ "browser": "./dist/jsx.module.js",
+ "require": "./dist/jsx.js"
20
21
"./package.json": "./package.json",
22
"./": "./"
0 commit comments