rspack
rspack copied to clipboard
A fast Rust-based web bundler 🦀️
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pnpm](https://pnpm.io) ([source](https://redirect.github.com/pnpm/pnpm/tree/HEAD/pnpm)) | [`9.15.9` -> `10.9.0`](https://renovatebot.com/diffs/npm/pnpm/9.15.9/10.9.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
## Summary Should resolve nextjs test: test/integration/error-plugin-stack-overflow/test/index.test.js This pull request introduces error handling improvements in the `Compilation` implementation of the `rspack_core` crate and adds a new example project using Next.js....
RFC: https://github.com/web-infra-dev/rspack/discussions/8243 Docs: https://rspack.dev/config/experiments#experimentsincremental This issue tracks the progress of affected-based incremental rebuild: - proof of concept, implement for some passes - more tests, enable for bytedance internal projects, stabilize...
## Summary ## Checklist - [ ] Tests updated (or not required). - [ ] Documentation updated (or not required).
### What problem does this feature solve? Improve `DataCloneError` when invoking loaders in worker. ### What does the proposed API of configuration look like? N/A
### System Info ``` System: OS: macOS 14.7 CPU: (12) arm64 Apple M3 Pro Memory: 148.69 MB / 36.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 20.18.1 - ~/.local/share/mise/installs/node/20/bin/node Yarn:...
### System Info System: OS: macOS 15.0.1 CPU: (8) arm64 Apple M1 Memory: 83.17 MB / 16.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 18.20.2 - /usr/local/bin/node Yarn: 1.22.21 -...
### Details `JsResolverFactory` will now cache `Resolver` instance for each type(such as `"normal"`) based on the options passed in the first invocation. We need to add these `options` into cache...
### System Info macOS/windows chrome ### Details  地址:https://tuiguang-s3.bdstatic.com/commonLibs/static/js/48523.a6267238.chunk.css 页面渲染出问题:  ### Reproduce link _No response_ ### Reproduce Steps  地址:https://tuiguang-s3.bdstatic.com/commonLibs/static/js/48523.a6267238.chunk.css
### What problem does this feature solve? In webpack, we get CleanPlugin hook, that to add some custom code. But in Rspack we can't do it. ### What does the...