Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(feat): hot-reload in-memory bundles with webpack-serve
- webpack-serve is the more modern version of webpack-dev-server - made by some of the same folks I believe - also add webpack-serve-waitpage for build progress and webpack-serve-overlay for error overlays - overlay needed a new entry so that it show errors that occur after it's conditionally `require`d - debug a bunch of publicPath and routing issues and add more explicit comments - see webpack-contrib/file-loader#246 , webpack/webpack-dev-middleware#269 , and webpack-contrib/webpack-serve#238 - TODO: experiment with publicPath for production / CDN as it may not work perfectly anymore - (docs): add docs for hmr and reword some of README
- Loading branch information