Skip to content

TheDutchCoder/webpack-guides-code-examples

Repository files navigation

Introduction

This repo contains a collection of examples that are used in the Webpack Guides.

Using the examples

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-examples

Then 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 install

Contributing

Please 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!

About

Code examples used in the webpack.js.org guides

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages