Skip to content

Commit 53db9a0

Browse files
authored
chore: bump Rsbuild 1.2.0-alpha.0 (#640)
1 parent b39ff13 commit 53db9a0

File tree

32 files changed

+416
-227
lines changed

32 files changed

+416
-227
lines changed

examples/module-federation/mf-host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@module-federation/rsbuild-plugin": "^0.8.7",
16-
"@rsbuild/core": "~1.1.13",
16+
"@rsbuild/core": "1.2.0-alpha.0",
1717
"@rsbuild/plugin-react": "^1.1.0",
1818
"@types/react": "^19.0.2",
1919
"@types/react-dom": "^19.0.2",

examples/module-federation/mf-remote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@module-federation/rsbuild-plugin": "^0.8.7",
16-
"@rsbuild/core": "~1.1.13",
16+
"@rsbuild/core": "1.2.0-alpha.0",
1717
"@rsbuild/plugin-react": "^1.1.0",
1818
"@types/react": "^19.0.2",
1919
"@types/react-dom": "^19.0.2",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"prebundle": "prebundle"
3838
},
3939
"dependencies": {
40-
"@rsbuild/core": "~1.1.13",
40+
"@rsbuild/core": "1.2.0-alpha.0",
4141
"rsbuild-plugin-dts": "workspace:*",
4242
"tinyglobby": "^0.2.10"
4343
},

packages/core/src/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,7 @@ const composeFormatConfig = ({
544544
optimization: {
545545
concatenateModules: true,
546546
sideEffects: 'flag',
547+
avoidEntryIife: true,
547548
},
548549
output: {
549550
module: true,

packages/core/tests/__snapshots__/config.test.ts.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
189189
"__filename": false,
190190
},
191191
"optimization": {
192+
"avoidEntryIife": true,
192193
"concatenateModules": true,
193194
"sideEffects": "flag",
194195
},

packages/create-rslib/fragments/tools/storybook-react-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"storybook": "storybook dev"
55
},
66
"devDependencies": {
7-
"@rsbuild/core": "~1.1.13",
7+
"@rsbuild/core": "1.2.0-alpha.0",
88
"@storybook/addon-essentials": "^8.4.7",
99
"@storybook/addon-interactions": "^8.4.7",
1010
"@storybook/addon-links": "^8.4.7",

packages/create-rslib/fragments/tools/storybook-react-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"storybook": "storybook dev"
55
},
66
"devDependencies": {
7-
"@rsbuild/core": "~1.1.13",
7+
"@rsbuild/core": "1.2.0-alpha.0",
88
"@storybook/addon-essentials": "^8.4.7",
99
"@storybook/addon-interactions": "^8.4.7",
1010
"@storybook/addon-links": "^8.4.7",

packages/create-rslib/template-[react]-[storybook,vitest]-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test": "vitest run"
2020
},
2121
"devDependencies": {
22-
"@rsbuild/core": "~1.1.13",
22+
"@rsbuild/core": "1.2.0-alpha.0",
2323
"@rsbuild/plugin-react": "^1.1.0",
2424
"@rslib/core": "workspace:*",
2525
"@storybook/addon-essentials": "^8.4.7",

packages/create-rslib/template-[react]-[storybook,vitest]-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test": "vitest run"
2222
},
2323
"devDependencies": {
24-
"@rsbuild/core": "~1.1.13",
24+
"@rsbuild/core": "1.2.0-alpha.0",
2525
"@rsbuild/plugin-react": "^1.1.0",
2626
"@rslib/core": "workspace:*",
2727
"@storybook/addon-essentials": "^8.4.7",

packages/create-rslib/template-[react]-[storybook]-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"storybook": "storybook dev"
1919
},
2020
"devDependencies": {
21-
"@rsbuild/core": "~1.1.13",
21+
"@rsbuild/core": "1.2.0-alpha.0",
2222
"@rsbuild/plugin-react": "^1.1.0",
2323
"@rslib/core": "workspace:*",
2424
"@storybook/addon-essentials": "^8.4.7",

packages/create-rslib/template-[react]-[storybook]-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"storybook": "storybook dev"
2121
},
2222
"devDependencies": {
23-
"@rsbuild/core": "~1.1.13",
23+
"@rsbuild/core": "1.2.0-alpha.0",
2424
"@rsbuild/plugin-react": "^1.1.0",
2525
"@rslib/core": "workspace:*",
2626
"@storybook/addon-essentials": "^8.4.7",

packages/plugin-dts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@microsoft/api-extractor": "^7.48.1",
38-
"@rsbuild/core": "~1.1.13",
38+
"@rsbuild/core": "1.2.0-alpha.0",
3939
"@rslib/tsconfig": "workspace:*",
4040
"rsbuild-plugin-publint": "^0.2.1",
4141
"rslib": "npm:@rslib/[email protected]",

0 commit comments

Comments
 (0)