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
v2.0.2
v2.0.1
v2.0.0
Bugfixes
- Optimize compilation events to prevent unneeded stats.toJson() call #182
Updates
- Test coverage is now at 100%
- Log content paths to console #167
- Leverage
webpack-hot-client
HTTPS Improvements
Breaking Changes
- The main entry point for the API has changed from
serve(options)
toserve(argv, options)
serve(argv, options)
returns a promise that resolves when the server has begun
listening and is fully setup. negates the need for thelistening
event.serve(argv, options)
resolved value containsapp
,on
,options
serve(...)
API no longer returns a server instance norstop
method. Seeresult.app
andapp.stop
.--dev
is now--devWare
--hot
is now--hotClient
options.dev
is nowoptions.devMiddleware
options.hot
is nowoptions.hotClient
v1.0.3
Bugfixes
- fix: https cert/key via API and CLI (#154)
- fix: properly pass require to config-loader (#153)
- fix: use buffer for pfx option/flag (#142)
Updates
- docs: update event names in README.md to match code (#157)
- docs: update readme with correct
content
default value - docs: add ssl certificate generation notes
- docs: remove function config note, add mode note
v1.0.2
Updates
- chore: update koa-webpack dependency
v1.0.1
Updates
- docs: remove unstable, update event param docs
v1.0.0
Bugfixes
Features
Updates
- refactor: use config-loader (#126)
- docs: replace
koa-compressor
withkoa-compress
(#128) - docs: add webpack-serve-waitpage to readme add-ons section (#113)
- docs: add example to reuse open tab in Chrome (#120)
Breaking Changes
This version also updates the webpack-hot-client
dependency to use v3.0.0. For more information, please read the release notes.
This version improves and refactors the parameters for emitted events. All event parameters are now a single object with named properties.