Skip to content

Commit e110593

Browse files
authored
fix(rsbuild-plugin): invalid type field (#4002)
1 parent 297c9a7 commit e110593

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/rare-laws-sleep.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@module-federation/rsbuild-plugin': patch
3+
---
4+
5+
fix(rsbuild-plugin): invalid type field

packages/rsbuild-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"main": "./dist/index.cjs.js",
3333
"module": "./dist/index.esm.mjs",
34-
"types": "./dist/index.cjs.d.ts",
34+
"types": "./dist/index.d.ts",
3535
"typesVersions": {
3636
"*": {
3737
".": [

0 commit comments

Comments
 (0)