Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chenjiahan/rsbuild-repo-sass-invalid-path
https://github.com/chenjiahan/rsbuild-repo-sass-invalid-path
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chenjiahan/rsbuild-repo-sass-invalid-path
- Owner: chenjiahan
- License: mit
- Created: 2024-03-12T03:46:22.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-12T03:58:32.000Z (10 months ago)
- Last Synced: 2024-10-19T19:46:15.724Z (3 months ago)
- Language: JavaScript
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- 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.