This repository was archived by the owner on Jul 12, 2018. It is now read-only.
  
  
  
  
  
Description
Use the webpack-dev-middleware for serving a webpack bundle.
It may need some more refactoring...
Your current impl has some restrictions:
- No code splitting, because you only serve one bundle file.
 
- Resources emitted in webpack would not be served: 
require('file/png!./resource.png') 
- Recompilation on each request
 
- Only stuff in the specified directory is watched. Check the `bundle-invalid' event emitted from webpack.
 
- Changes in loaders are not handled correctly.