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