Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 287 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 287 Bytes

rewire webpack tests

Install the webpack dev server globally:

npm install webpack-dev-server -g

Then run the tests with:

webpack-dev-server --colors --devtool eval

The arguments are optional.

Then open http://localhost:8080/...