UNPKG

@webpack-blocks/dev-server

Version:

Webpack block for the webpack dev server.

47 lines (26 loc) 1.13 kB
# @webpack-blocks/dev-server - Changelog ## 2.0.0-alpha - Support for webpack 4 ([#261](https://github.com/andywer/webpack-blocks/pull/261)) ## 1.0.0 - Removed `proxy()` ([#251](https://github.com/andywer/webpack-blocks/pull/251)) ## 1.0.0-rc - Removed `reactHot()` ([#214](https://github.com/andywer/webpack-blocks/pull/214)) ## 1.0.0-beta.3 - Update `webpack-dev-server` to v2.6.1, now compatible with webpack v3 ([#179](https://github.com/andywer/webpack-blocks/issues/179)) - Less noisy default options ## 1.0.0-beta.2 - Make `webpack` a peer dependency, make compatible with webpack v3 ([#174](https://github.com/andywer/webpack-blocks/pull/174)) ## 1.0.0-beta - Make `reactHot` support `match()` ## 1.0.0-alpha - Updated for new core API ([#125](https://github.com/andywer/webpack-blocks/issues/125)) - Requires node 6+ ## 0.4.0 - Make `dev-server` composable (calling it multiple times in a single config works as expected; see [#78](https://github.com/andywer/webpack-blocks/pull/78)) ## 0.3.0 Initial non-beta release. Aligned with the v0.3 release changes. ## 0.1.0-beta Initial beta release.