GitXplorerGitXplorer
k

rspack-lazy-try-import

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
a9577c5537bb68e639ab4c3e65de8062da85ae60

repro

kkwonoj committed 2 months ago
Verified
023a606f6ccd1d9476bf71703674a23e58ef391f

Initial commit

kkwonoj committed 2 months ago

README

The README file for this repository.

rspack-repro

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.