rspack
rspack copied to clipboard
A fast Rust-based web bundler 🦀️
### What problem does this feature solve? I want to support resource hints in my project, such as preload/prefetch, to improve the performance of the production environment ### What does...
## Summary ## Checklist - [ ] Tests updated (or not required). - [ ] Documentation updated (or not required).
### What problem does this feature solve? Rspack can display diagnostic title in error logs to help users quickly locate the source of the problem. - Example: https://github.com/web-infra-dev/rspack/blob/7045e4827ccb255dc39afe0f1cd93189668300ad/crates/rspack_plugin_sri/src/lib.rs#L114-L118 - Current:...
### What problem does this feature solve? In development mode, assets are stored twice in Rspack: - Assets being stored in `Compilation.asset` on the Rust side - Assets being emitted...
Target in `CompilerBuilder` does not support browserlist. To align with webpack, it's necessary to support browserlist.
Missing `SplitChunksPlugin` implementation for compiler builder.
Missing stats plugin to format and print stats in rust compiler builder.
Missing `BundlerInfoPlugin` in compiler builder.
### What problem does this feature solve? reference to https://github.com/webpack/webpack/pull/18975 ### What does the proposed API of configuration look like? ```js output: { wasmLoading: "universal" }, ```
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [loader-utils](https://redirect.github.com/webpack/loader-utils) | [`^2.0.4` -> `^3.3.1`](https://renovatebot.com/diffs/npm/loader-utils/2.0.4/3.3.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...