Skip to content

Latest commit

 

History

History
111 lines (62 loc) · 2.7 KB

README.md

File metadata and controls

111 lines (62 loc) · 2.7 KB

🤹‍♂️ Webpack playground

This repo contains a variety of examples that demonstrate different Webpack configurations and an evaluation of their outputs.

⛳️ Demos

🛠 Contributing

Setup

$ nvm i  # Use appropriate Node.js version via http://nvm.sh
$ pnpm i --frozen-lockfile # Install dependencies using pnpm

Running builds

Run all package builds

$ pnpm run -r build

Run build in a specific package

$ pnpm run -C demos/<PACKAGE_NAME> build