https://github.com/felixgirault/rspack-repro-html-plugin
https://github.com/felixgirault/rspack-repro-html-plugin
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/felixgirault/rspack-repro-html-plugin
- Owner: felixgirault
- License: mit
- Created: 2025-02-17T12:53:45.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-17T12:53:48.000Z (3 months ago)
- Last Synced: 2025-02-22T11:11:23.827Z (3 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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.