Skip to content

Commit 65aa038

Browse files
authored
chore(bridge-react): set sideEffects false (#3935)
1 parent 5a7f247 commit 65aa038

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

.changeset/lazy-radios-sniff.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@module-federation/bridge-react': patch
3+
---
4+
5+
chore(bridge-react): set sideEffects false

.changeset/refactor-sink-react-packages.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"@module-federation/bridge-react": patch
44
"@module-federation/nextjs-mf": patch
55
"@module-federation/modern-js": patch
6-
"@module-federation/vue3-bridge": patch
76
"@module-federation/third-party-dts-extractor": patch
87
"@module-federation/rsbuild-plugin": patch
98
---
@@ -13,4 +12,4 @@ refactor: sink React packages from root to individual packages
1312
- Removed React dependencies from root package.json and moved them to packages that actually need them
1413
- Fixed rsbuild-plugin configuration to match workspace patterns
1514
- 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

packages/bridge/bridge-react/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@module-federation/bridge-react",
33
"version": "0.17.0",
4+
"sideEffects": false,
45
"publishConfig": {
56
"access": "public"
67
},

packages/cli/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"bin": {
1616
"mf": "./bin/mf.js"
1717
},
18+
"types": "./dist/index.d.ts",
1819
"license": "MIT",
1920
"main": "./dist/index.cjs.js",
2021
"files": [

0 commit comments

Comments
 (0)