Skip to content

Commit 6cc605b

Browse files
🔨 config(build): Explicitly name modern esm build.
1 parent b51262a commit 6cc605b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.fixpackrc

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"source",
2424
"main",
2525
"module",
26+
"esmodule",
2627
"umd:main",
2728
"unpkg",
2829
"exports",

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"source": "src/index.js",
2323
"main": "dist/index.js",
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)