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 b0ecbb7 commit c650951Copy full SHA for c650951
package.json
@@ -22,6 +22,7 @@
22
"source": "src/index.js",
23
"main": "dist/index.cjs",
24
"module": "dist/index.module.js",
25
+ "esmodule": "dist/index.modern.js",
26
"umd:main": "dist/index.umd.js",
27
"unpkg": "dist/index.umd.js",
28
"exports": {
0 commit comments