Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/module-federation/mf-host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@module-federation/rsbuild-plugin": "^0.8.7",
"@rsbuild/core": "~1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/module-federation/mf-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@module-federation/rsbuild-plugin": "^0.8.7",
"@rsbuild/core": "~1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"prebundle": "prebundle"
},
"dependencies": {
"@rsbuild/core": "~1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"rsbuild-plugin-dts": "workspace:*",
"tinyglobby": "^0.2.10"
},
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,7 @@ const composeFormatConfig = ({
optimization: {
concatenateModules: true,
sideEffects: 'flag',
avoidEntryIife: true,
},
output: {
module: true,
Expand Down
1 change: 1 addition & 0 deletions packages/core/tests/__snapshots__/config.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
"__filename": false,
},
"optimization": {
"avoidEntryIife": true,
"concatenateModules": true,
"sideEffects": "flag",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"storybook": "storybook dev"
},
"devDependencies": {
"@rsbuild/core": "~1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"storybook": "storybook dev"
},
"devDependencies": {
"@rsbuild/core": "~1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test": "vitest run"
},
"devDependencies": {
"@rsbuild/core": "~1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-react": "^1.1.0",
"@rslib/core": "workspace:*",
"@storybook/addon-essentials": "^8.4.7",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test": "vitest run"
},
"devDependencies": {
"@rsbuild/core": "~1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-react": "^1.1.0",
"@rslib/core": "workspace:*",
"@storybook/addon-essentials": "^8.4.7",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"storybook": "storybook dev"
},
"devDependencies": {
"@rsbuild/core": "~1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-react": "^1.1.0",
"@rslib/core": "workspace:*",
"@storybook/addon-essentials": "^8.4.7",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"storybook": "storybook dev"
},
"devDependencies": {
"@rsbuild/core": "~1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-react": "^1.1.0",
"@rslib/core": "workspace:*",
"@storybook/addon-essentials": "^8.4.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-dts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
"@rsbuild/core": "~1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@rslib/tsconfig": "workspace:*",
"rsbuild-plugin-publint": "^0.2.1",
"rslib": "npm:@rslib/[email protected]",
Expand Down
Loading
Loading