Skip to content

Commit c650951

Browse files
🤖 chore(package.json): Configure microbundle ESM modern output.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/042c55f2254a9efdce5074d537141d6f85a98927/src/transforms/build:microbundle-configure-esmodule.js Please contact the author of the transform if you believe there was an error.
1 parent b0ecbb7 commit c650951

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"source": "src/index.js",
2323
"main": "dist/index.cjs",
2424
"module": "dist/index.module.js",
25+
"esmodule": "dist/index.modern.js",
2526
"umd:main": "dist/index.umd.js",
2627
"unpkg": "dist/index.umd.js",
2728
"exports": {

0 commit comments

Comments
 (0)