System Info
rsbuild version: 1.0.19
// use in project
export const lazyLoadDateHolidays = () => {
return import(
/* webpackChunkName: "date-holidays"*/
/* webpackPrefetch: true */
'date-holidays'
);
};
break down in production build

Details
-
is it stable reproduce ? No, i can't provider a mini reproduce
-
webpack has some problem?No, only happen with rsbuild
maybe rspack need a better way to replace hash content in chunk, not global replace
please cc @chenjiahan btw, thanks for your quick answer in wechat. help me a lot
Reproduce link
No response
Reproduce Steps
source code was break down in
