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 9483d95 commit fccc7b5Copy full SHA for fccc7b5
package.json
@@ -25,6 +25,7 @@
25
"source": "src/index.js",
26
"main": "dist/index.cjs",
27
"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": {
0 commit comments