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 subject does this issue tracking? - Memory usage across compilations - Investigating memory usage measurement tools for both CI and local fly checks. ```[tasklist] ### Tasks - [...

tracking issue
team

### System Info System: OS: macOS 14.6.1 CPU: (10) arm64 Apple M1 Pro Memory: 124.89 MB / 32.00 GB Shell: 5.9 - /bin/zsh Browsers: Chrome: 131.0.6778.70 Chrome Canary: 133.0.6847.0 Safari:...

A-treeshaking

### What problem does this feature solve? related issue https://github.com/web-infra-dev/rspack/issues/7490 we currently use watchpack and it has performance issue especially when killed by ctrl-c, it may even take seconds to...

### What problem does this feature solve? I want to use chunk-rename-webpack-plugin, which relies on optimizeChunks that is not supported. Are there any other hooks that can be used as...

feat

### What problem does this feature solve? In webpack, moduleDependency has a method `createIgnoredModule` that responsible for create ignored module in `normal_module_factory`. But in Rspack, we only use RawModule to...

feat
team

### What problem does this feature solve? Currently, Rspack config.module.parser.asset.dataUrlCondition only support object. We can't compute the dataUrlCondition.maxSize by function. ### What does the proposed API of configuration look like?...

feat
team

### What problem does this feature solve? ## Background [Shakapacker](https://github.com/shakacode/shakapacker) is a popular library for handling JS bundling in Rails apps. It's the successor to `rails/webpacker` and uses `webpack-assets-manifest` as...

feat

### What problem does this feature solve? I have a config like this: ``` new rspack.CopyRspackPlugin({ patterns: [ { context: path.resolve(__dirname, 'translations/'), from: '{foo,bar,baz}.*.yml', to: 'js/translations/[name].json', toType: 'template', transform: transformTranslations,...

feat

### What problem does this feature solve? ```js // index.js import { b } from './qux.js' console.log(b) ``` ```js // ./qux.js class A {} export const a = new A();...

feat
team
A-treeshaking

### System Info System: OS: macOS 15.4 CPU: (10) arm64 Apple M1 Max Memory: 858.84 MB / 64.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 22.14.0 - ~/.local/state/fnm_multishells/19655_1744336459244/bin/node Yarn: 4.6.0...

bug
need reproduction