hyf0 / issue-rspack-webpack-bundle-splitchunks-node-target

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rspack-repro

A GitHub template for create reproduction with Rspack fastly.

versions

    "@rspack/cli": "0.1.7",
    "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 not added to .gitignore on purpose.

About

License:MIT License


Languages

Language:JavaScript 100.0%