harpsealjs
harpsealjs
> I'm not sure whether this can be implemented by runtimeModule hooks, @LingyuCoder any ideas? Runtime modules use the whole compilation object to generate their contents. So the `compilation.addRuntimeModule()` can...
> Hey @LingyuCoder, thanks for the suggestion. It's a bit ugly to write our own runtimes onto the back of the Webpack runtime, but we'll work with that. One concern...
not sure why this happens, perhaps you can try to disable the virtual memory setting of windows 11
I think you can set `output.publicPath='/'` to prevent the errors. I test it in your repro and it works well. The runtime module of auto public path is aligned with...
> > I think you can set `output.publicPath='/'` to prevent the errors. I test it in your repro and it works well. > > The runtime module of auto public...
Seems had been fixed. I will close this issue. If this issue occurs again, just reopen it
Close because no feedback. If you meet the same issue, please just reopen this issue and provide your repro.
In rspack, the chunk graph is implemented on the Rust side, and transferring it to the JavaScript side incurs a high cost. This feature may be considered when supporting Rust-side...
Supported by https://github.com/web-infra-dev/rspack/pull/5019
Rspack does not support _module and factoryMeta yet, if you are willing, welcome to contribute