Skip to content

Commit

Permalink
perf: bump rspack-manifest-plugin v5.0.1 (#3064)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Jul 30, 2024
1 parent a0b0476 commit cd6fb8a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 33 deletions.
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@
"@rspack/lite-tapable": "1.0.0-beta.0",
"@swc/helpers": "0.5.11",
"caniuse-lite": "^1.0.30001643",
"core-js": "~3.37.1",
"postcss": "^8.4.40"
"core-js": "~3.37.1"
},
"devDependencies": {
"@types/connect": "3.4.38",
Expand Down Expand Up @@ -84,13 +83,14 @@
"on-finished": "2.4.1",
"open": "^8.4.0",
"picocolors": "^1.0.1",
"postcss": "^8.4.40",
"postcss-load-config": "6.0.1",
"postcss-loader": "8.1.1",
"prebundle": "1.2.2",
"reduce-configs": "^1.0.0",
"rslog": "^1.2.2",
"rspack-chain": "^0.7.4",
"rspack-manifest-plugin": "5.0.0",
"rspack-manifest-plugin": "5.0.1",
"sirv": "^2.0.4",
"style-loader": "3.3.4",
"tsc-alias": "^1.8.10",
Expand Down
8 changes: 2 additions & 6 deletions packages/core/prebundle.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export default {
'caniuse-lite': 'caniuse-lite',
'/^caniuse-lite(/.*)/': 'caniuse-lite$1',
'@rspack/core': '@rspack/core',
'@rspack/lite-tapable': '@rspack/lite-tapable',
webpack: 'webpack',
typescript: 'typescript',
},
Expand All @@ -48,6 +49,7 @@ export default {
'connect',
'rspack-manifest-plugin',
'webpack-merge',
'html-rspack-plugin',
{
name: 'chokidar',
externals: {
Expand Down Expand Up @@ -209,11 +211,5 @@ export default {
);
},
},
{
name: 'html-rspack-plugin',
externals: {
'@rspack/lite-tapable': '@rspack/lite-tapable',
},
},
],
};
33 changes: 9 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cd6fb8a

Please sign in to comment.