Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 920 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 920 Bytes

webpack-config-dev-server

Setup a development server for webpack with webpack-udev-server.

build status coverage license version downloads

Usage

Install:

npm install --save webpack-config-dev-server

Add to your webpack.config.babel.js:

import devServer from `webpack-config-dev-server`;

devServer()({
  /* existing webpack configuration */
})