We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b51262a commit 6cc605bCopy full SHA for 6cc605b
.fixpackrc
@@ -23,6 +23,7 @@
23
"source",
24
"main",
25
"module",
26
+ "esmodule",
27
"umd:main",
28
"unpkg",
29
"exports",
package.json
@@ -22,6 +22,7 @@
22
"source": "src/index.js",
"main": "dist/index.js",
"module": "dist/index.module.js",
+ "esmodule": "dist/index.modern.js",
"umd:main": "dist/index.umd.js",
"unpkg": "dist/index.umd.js",
"exports": {
0 commit comments