ericclemmons / start-server-webpack-plugin

Automatically start your server once Webpack's build completes.
MIT License
158 stars 26 forks source link

Don't run if errors #2

Open ericclemmons opened 8 years ago

ericclemmons commented 8 years ago
  1. Add an entry-point that doesn't exist (or a loader that doesn't)
  2. emit still fires and this plugin runs, but it hides the true error.