Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyf0/rspack-scss-url-rewrite-issue
https://github.com/hyf0/rspack-scss-url-rewrite-issue
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hyf0/rspack-scss-url-rewrite-issue
- Owner: hyf0
- License: mit
- Created: 2023-07-27T04:10:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-27T04:12:18.000Z (over 1 year ago)
- Last Synced: 2023-07-27T05:23:00.650Z (over 1 year ago)
- Language: JavaScript
- Size: 70.3 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.