harpsealjs

Results 71 comments of harpsealjs

need to align fullhashModules and dependentHashModules on chunk graph and hot module replacment

The current version has already made a lot of optimizations for the processing of assets, and the performance bottleneck in the internal project has been resolved, so this issue will...

Before version 1.0, in order to ensure correctness of behavior, the runtime module of rspack would align with webpack as much as possible. If an error is caught here, it...

It doesn't seem to be a bug in rspack. First, you need to move the `experiments` configuration in `rsbuild.config.js` to `tools.rspack` because this configuration is not supported by rsbuild but...

The part of establishing the connection between the client and the server of HMR is not in the webpack/rspack runtime. Usually, they are injected by the dev server. Therefore, different...

Currently Rspack/Webpack does not support `import.meta.env`. You can use DefinePlugin and `process.env` instead. The previous version of Rspack would replace `import.meta.env.xxxx` with `undefined`, this may result in entering an unexpected...

> > Currently Rspack/Webpack does not support `import.meta.env`. You can use DefinePlugin and `process.env` instead. The previous version of Rspack would replace `import.meta.env.xxxx` with `undefined`, this may result in entering...