Skip to content

Commit e113457

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/0b1f4a716129255387221dbf9e12a57770484b04/src/transforms/build:microbundle-configure-esmodule.js Please contact the author of the transform if you believe there was an error.
1 parent 2f4bf95 commit e113457

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
@@ -21,6 +21,7 @@
2121
"source": "src/index.js",
2222
"main": "dist/index.js",
2323
"module": "dist/index.module.js",
24+
"esmodule": "dist/index.modern.js",
2425
"umd:main": "dist/index.umd.js",
2526
"unpkg": "dist/index.umd.js",
2627
"exports": {

0 commit comments

Comments
 (0)