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

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [copy-webpack-plugin](https://redirect.github.com/webpack-contrib/copy-webpack-plugin) | [`5.1.2` -> `12.0.2`](https://renovatebot.com/diffs/npm/copy-webpack-plugin/5.1.2/12.0.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/copy-webpack-plugin/12.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/copy-webpack-plugin/12.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

### System Info System: OS: macOS 14.2.1, CPU: Apple M2 pro Memory: 16gb Shell: 5.9 - /bin/zsh Binaries: Node: 20.10.0 npm: 10.8.2 Browsers: Chrome 121.0.6167.160 Safari 18.0 npmPackages: @rspack/cli: 1.0.8...

bug
need reproduction

### System Info "vue": "^3.2.13", "@babel/preset-env": "^7.25.3", "@rsbuild/core": "^1.0.1-rc.2", "@rsbuild/plugin-babel": "^1.0.1-rc.2", "@rsbuild/plugin-less": "^1.0.1-rc.2", "@rsbuild/plugin-vue": "^1.0.1-rc.2", "@rsbuild/plugin-vue-jsx": "^1.0.1-rc.2", "@rsdoctor/rspack-plugin": "^0.4.0", "@rspack/cli": "^1.0.0" ### Details 利用rspack获批构建的打包产物,存在 __webpack_require__中加载了在 __webpack_modules__不存在的模块导致代码报错 报错信息 buildQuickly.all.min.js:52 Uncaught TypeError:...

bug
pending triage

## Summary see #7862 ## Checklist - [ ] Tests updated (or not required). - [ ] Documentation updated (or not required).

release: bug fix

## Summary try to move swc into another thread to see whether performance improve ## Checklist - [ ] Tests updated (or not required). - [ ] Documentation updated (or...

team
release: performance

tracking the bottleneck of cold start performance bottleneck ## main thread bottleneck ### sync_run has performance issue some sync_run task may take more than 50ms to finish which is suspicious...

tracking issue
team

## Summary add more tracing info about make phase so we can know how to optimize it ## Checklist - [ ] Tests updated (or not required). - [ ]...

team

### System Info System: OS: Linux 6.5 Ubuntu 20.04.6 LTS (Focal Fossa) CPU: (32) x64 Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz Memory: 109.55 GB / 125.78 GB Container: Yes...

bug

## Summary fix https://github.com/web-infra-dev/rspack/issues/7960 Not support custom chunk yet, perhaps should support it in the future ## Checklist - [ ] Tests updated (or not required). - [ ] Documentation...

team
release: bug fix

### System Info ``` @rspack/core: 1.0.5 license-webpack-plugin: 4.0.2 ``` ### Details The default value for `outputFilename` in [`license-webpack-plugin`](https://www.npmjs.com/package/license-webpack-plugin) is `'[name].licenses.txt'`; however, `perChunkOutput` enabled or not, the `'[name]'` will not be...

bug