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

https://github.com/web-infra-dev/rspack/pull/3863 introduces lots of //@ts-expect-error as workaround to enable typecheck test, but we should fix and remove all of it

team
refactor

### What problem does this feature solve? I'm trying to use [Renovate](https://github.com/renovatebot/renovate) to upgrade `@rspack/core` to `nightly` for testing. The `renovate.json` looks like this: ```json { "packageRules": [ { "matchPackagePrefixes":...

feat
pending triage

## What subject does this issue tracking? ### **Angular CLI rspack builder support** Now that we have the initial Angular support we found a few additional things that need to...

tracking issue

Add the function type or regexp for splitChunks.{cacheGroup}. chunks. Just like below in webpack https://webpack.js.org/plugins/split-chunks-plugin/#splitchunkschunks This sure improves the perf in our case, because there are tons of 'async' chunks...

stale

### System Info System: OS: macOS 13.3.1 CPU: 2.5 GHz Intel Core i7 Memory: 16 GB 2133 MHz LPDDR3 Browsers: Chrome: 120.0.6099.109 npmPackages: "@rsbuild/core": "^0.4.0", "@rsbuild/plugin-vue2": "^0.4.0", ### Details 有个需求是css文件过大需要拆分,原项目里使用的是css-split-webpack-plugin这个插件,这个插件给出的方法是支持webpack5,...

bug
stale

### System Info System: OS: Linux 5.15 Ubuntu 20.04.6 LTS (Focal Fossa) CPU: (16) x64 Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz Memory: 25.70 GB / 30.98 GB Container: Yes Shell:...

bug
pending triage

#### Description I'm looking to integrate single-spa into an existing project and utilize rspack to build and package micro-frontends efficiently. Has anyone had experience with this combination and could share...

### Version ```sh System: OS: Windows 10 10.0.19045 CPU: (32) x64 13th Gen Intel(R) Core(TM) i9-13900K Memory: 8.38 GB / 31.75 GB Browsers: Edge: Chromium (123.0.2420.97) Internet Explorer: 11.0.19041.3636 npmPackages:...

## Summary ## Checklist fix #6078 - [x] Tests updated (or not required). - [ ] Documentation updated (or not required). **Note:** In the test, I am using this logic...

release: bug fix

### System Info rspack 0.6.3 ### Details Filename "[fullhash]" does not work in production mode, the output filename hash is different from the compilation hash. However, when I set `optimization.realContentHash`...

bug
team