We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa5c4c commit 9d8d645Copy full SHA for 9d8d645
packages/bundler-webpack/src/build/ssr/createClientPlugin.ts
@@ -75,7 +75,7 @@ export const createClientPlugin = (
75
76
// remove appended hash of module identifier
77
// which is the request string of the module
78
- const request = m.identifier.replace(/\s\w+$/, '')
+ const request = m.identifier.replace(/\|\w+$/, '')
79
80
// get chunk files index
81
const files = [...chunk.files.map(fileToIndex)]
0 commit comments