This repo contains a collection of examples that are used in the Webpack Guides.
The easiest way to follow along with the guides is to clone this repo:
git clone git@github.com:TheDutchCoder/webpack-guides-code-examples.git
cd webpack-guides-code-examplesThen whenever you want to start a specific guide, navigate to the corresponding directory and run an npm install. For example if you wanted to follow along with the Asset Management guide, you would do:
cd examples
cd asset-management
npm installPlease open an issue if you want to propose a change in an example, or feel something's missing. Or you can open a Pull Request if you have made changes to the examples.
All contributions are welcome!