rspack icon indicating copy to clipboard operation
rspack copied to clipboard

A fast Rust-based web bundler 🦀️

Results 490 rspack issues
Sort by recently updated
recently updated
newest added

### What problem does this feature solve? This would be benefitting developer productivity in scenarios where they are modifying multiple files at once, and want to recompile and reload once...

feat
pending triage

### System Info System: OS: macOS 14.4.1 CPU: (12) arm64 Apple M2 Max Memory: 32.73 GB / 64.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 20.11.1 - ~/.nvm/versions/node/v20.11.1/bin/node Yarn: 1.23.19...

bug
pending triage

### What problem does this feature solve? In case if we are using RSBuild/RSPack to build microfrontend application with async modules we can get issues when the same id gets...

feat

### System Info System: OS: macOS 14.3.1 CPU: (8) arm64 Apple M1 Memory: 43.17 MB / 8.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 21.5.0 - /opt/homebrew/bin/node npm: 10.2.4 -...

bug
pr welcome

### System Info Every System ### Details ![image](https://github.com/web-infra-dev/rspack/assets/31695475/a0a8716e-bf18-4497-b2de-e062c4bbef3d) ![image](https://github.com/web-infra-dev/rspack/assets/31695475/1fdc0058-eb3f-4bc0-93d3-26bcf2f4005d) ### Reproduce link _No response_ ### Reproduce Steps Every repo

bug

### What problem does this feature solve? Hi rspack team, Thanks for your amazing work bring this tool to frontend community. Very impressive for how fast it is. Modern bundling...

feat

https://github.com/tc39/proposal-import-attributes - webpack-tests/cases/json/import-assertions-type-json

team

Same as https://github.com/webpack/webpack/issues/6525 - runtime code that can run in web, webworker and node.js, runtime code can be a bit bigger. - chunks can shared between web, webworker, and node.js...

stale

### What problem does this feature solve? This allows using a native ESM loader `loader.js` with `"type": "module"` in `package.json` (which webpack supports, see: https://github.com/webpack/webpack/tree/main/test/cases/loaders/_esm-loader-type). ## Use case I'm developing...

feat

### What problem does this feature solve? Be consistent with Webpack behavior Example: https://github.com/unjs/unplugin/blob/bb2444b1f3140968723584dedfe8d5fbec1ee2fb/src/webpack/index.ts ### What does the proposed API of configuration look like? See https://webpack.js.org/configuration/resolve/#resolveplugins

feat
pr welcome