File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @module-federation/bridge-react ' : patch
3
+ ---
4
+
5
+ chore(bridge-react): set sideEffects false
Original file line number Diff line number Diff line change 3
3
" @module-federation/bridge-react " : patch
4
4
" @module-federation/nextjs-mf " : patch
5
5
" @module-federation/modern-js " : patch
6
- " @module-federation/vue3-bridge " : patch
7
6
" @module-federation/third-party-dts-extractor " : patch
8
7
" @module-federation/rsbuild-plugin " : patch
9
8
---
@@ -13,4 +12,4 @@ refactor: sink React packages from root to individual packages
13
12
- Removed React dependencies from root package.json and moved them to packages that actually need them
14
13
- Fixed rsbuild-plugin configuration to match workspace patterns
15
14
- Updated tests to handle platform-specific files
16
- - This change improves dependency management by ensuring packages only have the dependencies they actually use
15
+ - This change improves dependency management by ensuring packages only have the dependencies they actually use
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @module-federation/bridge-react" ,
3
3
"version" : " 0.17.0" ,
4
+ "sideEffects" : false ,
4
5
"publishConfig" : {
5
6
"access" : " public"
6
7
},
Original file line number Diff line number Diff line change 15
15
"bin" : {
16
16
"mf" : " ./bin/mf.js"
17
17
},
18
+ "types" : " ./dist/index.d.ts" ,
18
19
"license" : " MIT" ,
19
20
"main" : " ./dist/index.cjs.js" ,
20
21
"files" : [
You can’t perform that action at this time.
0 commit comments