Skip to content

Commit 328cd99

Browse files
fix: runtime main configuration (#2384)
Co-authored-by: Zack Jackson <[email protected]>
1 parent 115e717 commit 328cd99

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/five-timers-look.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@module-federation/runtime': patch
3+
---
4+
5+
package json main definition

packages/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@module-federation/runtime",
33
"version": "0.1.10",
44
"author": "zhouxiao <[email protected]>",
5-
"main": "./dist/index.cjs",
5+
"main": "./dist/index.cjs.js",
66
"module": "./dist/index.esm.js",
77
"types": "./dist/index.cjs.d.ts",
88
"license": "MIT",

0 commit comments

Comments
 (0)