Skip to content

Commit 98801cf

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/aureooms/rejuvenate/blob/c0306a0431f42510000cc745a99bc61ad7710a7a/src/transforms/build:microbundle-configure-esmodule.js Please contact the author of the transform if you believe there was an error.
1 parent fcd93d6 commit 98801cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"source": "src/index.js",
3333
"main": "dist/index.js",
3434
"module": "dist/index.module.js",
35+
"esmodule": "dist/index.modern.js",
3536
"umd:main": "dist/index.umd.js",
3637
"unpkg": "dist/index.umd.js",
3738
"exports": {

0 commit comments

Comments
 (0)