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.
lazyCompilation.backend.client
1 parent 6e6b3ce commit 1276e25Copy full SHA for 1276e25
1 file changed
packages/rspack/src/builtin-plugin/lazy-compilation/plugin.ts
@@ -31,12 +31,12 @@ export default class LazyCompilationPlugin {
31
32
apply(compiler: Compiler) {
33
const backend = getBackend({
34
- ...this.backend,
35
client: require.resolve(
36
`../hot/lazy-compilation-${
37
compiler.options.externalsPresets.node ? "node" : "web"
38
}.js`
39
- )
+ ),
+ ...this.backend
40
});
41
42
new BuiltinLazyCompilationPlugin(
0 commit comments