Skip to content

Commit 85666fc

Browse files
authored
perf: minify the prebundled webpack-bundle-analyzer (#5502)
1 parent 737c835 commit 85666fc

File tree

7 files changed

+20
-26
lines changed

7 files changed

+20
-26
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"postcss": "^8.5.6",
8686
"postcss-load-config": "6.0.1",
8787
"postcss-loader": "8.1.1",
88-
"prebundle": "1.3.3",
88+
"prebundle": "1.3.4",
8989
"reduce-configs": "^1.1.0",
9090
"rsbuild-dev-middleware": "0.3.0",
9191
"rslog": "^1.2.8",

packages/core/prebundle.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ export default {
103103
},
104104
{
105105
name: 'webpack-bundle-analyzer',
106+
minify: true,
106107
externals: {
107108
webpack: 'webpack',
108109
},

packages/plugin-babel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@scripts/test-helper": "workspace:*",
4545
"@types/node": "^22.15.33",
4646
"babel-loader": "10.0.0",
47-
"prebundle": "1.3.3",
47+
"prebundle": "1.3.4",
4848
"typescript": "^5.8.3"
4949
},
5050
"peerDependencies": {

packages/plugin-less/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@types/less": "^3.0.8",
4141
"less": "^4.3.0",
4242
"less-loader": "^12.3.0",
43-
"prebundle": "1.3.3",
43+
"prebundle": "1.3.4",
4444
"typescript": "^5.8.3"
4545
},
4646
"peerDependencies": {

packages/plugin-sass/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@scripts/test-helper": "workspace:*",
4343
"@types/node": "^22.15.33",
4444
"@types/sass-loader": "^8.0.9",
45-
"prebundle": "1.3.3",
45+
"prebundle": "1.3.4",
4646
"resolve-url-loader": "^5.0.0",
4747
"sass-loader": "^16.0.5",
4848
"typescript": "^5.8.3"

packages/plugin-svgr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@scripts/test-helper": "workspace:*",
4343
"@types/node": "^22.15.33",
4444
"file-loader": "6.2.0",
45-
"prebundle": "1.3.3",
45+
"prebundle": "1.3.4",
4646
"svgo": "^3.3.2",
4747
"typescript": "^5.8.3",
4848
"url-loader": "4.1.1"

pnpm-lock.yaml

Lines changed: 14 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)