webpack/_SETUP.md

237 B

Setup

Setup your local webpack repository

git clone https://github.com/webpack/webpack.git
cd webpack
npm install -g yarn
yarn install
yarn link
yarn link webpack

To run the entire test suite use:

yarn test