https://github.com/web-infra-dev/rspack-repro
A GitHub template for creating a Rspack minimal reproducible example.
https://github.com/web-infra-dev/rspack-repro
Last synced: 6 months ago
JSON representation
A GitHub template for creating a Rspack minimal reproducible example.
- Host: GitHub
- URL: https://github.com/web-infra-dev/rspack-repro
- Owner: web-infra-dev
- License: mit
- Created: 2023-04-11T11:26:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-19T10:48:02.000Z (7 months ago)
- Last Synced: 2025-06-19T11:38:25.108Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 683 KB
- Stars: 11
- Watchers: 8
- Forks: 45
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rspack-repro
- [Rspack website](https://rspack.dev/)
- [Rspack repo](https://github.com/web-infra-dev/rspack)
A GitHub template for creating a Rspack minimal reproducible example.
webpack is included for comparing the outputs.
## Usages
`pnpm run build` would both run Rspack and webpack with config `./rspack.config.mjs`
- Rspack will emits output in `./rspack-dist`
- webpack will emits output in `./webpack-dist`
`./webpack-dist` and `./rspack-dist` are purposely not added to `.gitignore`.
It is recommended to commit these files so we quickly compare the outputs.