Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 578 Bytes

File metadata and controls

19 lines (11 loc) · 578 Bytes

rspack-repro

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.