https://github.com/kwonoj/rspack-lazy-try-import
https://github.com/kwonoj/rspack-lazy-try-import
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kwonoj/rspack-lazy-try-import
- Owner: kwonoj
- License: mit
- Created: 2024-11-05T03:47:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-05T17:03:31.000Z (over 1 year ago)
- Last Synced: 2025-01-17T23:51:53.614Z (over 1 year ago)
- Language: JavaScript
- Size: 51.8 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://www.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.
## versions
```
"@rspack/cli": "nightly",
"webpack-cli": "^5.0.1",
"webpack": "^5.79.0",
```
## Usages
`pnpm run build` would both run Webpack and Rspack with config `./config.mjs`
- Webpack will emits output in `./webpack-dist`
- Rspack will emits output in `./rspack-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.