This repository has been archived by the owner on Apr 8, 2019. It is now read-only.
Releases: webpack-contrib/webpack-serve
Releases · webpack-contrib/webpack-serve
v0.2.0
BREAKING CHANGES
This minor version is an outside-of-semver version that contains a breaking change. Webpack v3 is no longer supported. This is an unusual situation in that it's a breakage that is not likely to affect most users, as the module is still "unstable," not quite ready for the 1.0.0 moniker, and was being marketed to users of the latest version of webpack.
Bugfixes
- fixes #18: function export configs
- fixes #25: uncaught koa-webpack error not visible
- fixes #27: object map string entries should be wrapped in an array
- fixes #28: child objects in options should merge
- fixes #29: move webpack-cli to devDeps, remove webpack-hot-client dep
- Multiple Fixes for Issues and Webpack v4 Support (#31)
- add host option to getPort call to ensure correct results (#47)
- fix: configs with partial defaults should be valid (#47)
Features
- Only copy URL to clipboard when !open (#36)
- Make copying URI to clipboard optional (#40)
- Use Cosmiconfig (#41)