UNPKG

razzle-start-server-webpack-plugin

Version:

Automatically start your server once Webpack's build completes.

75 lines (40 loc) 3.26 kB
# Change Log ## 4.2.18 ### Patch Changes - [`fa491cd8`](https://github.com/jaredpalmer/razzle/commit/fa491cd849c1d1a63953bc91812b1d0889597c0c) Thanks [@fivethreeo](https://github.com/fivethreeo)! - add support for type:module razzle.config.js ## 4.2.17 ### Patch Changes - [`eff6d885`](https://github.com/jaredpalmer/razzle/commit/eff6d88545e0eef22b43b7426cd6d5437eadc341) Thanks [@fivethreeo](https://github.com/fivethreeo)! - Remove the require of `jest` and `chalk` as they are not used in the file * [`341680c1`](https://github.com/jaredpalmer/razzle/commit/341680c1074131baac9940eb3b72a5a1b097c1e7) Thanks [@fivethreeo](https://github.com/fivethreeo)! - add changeset packages ## 4.2.16 ### Patch Changes - dc4c7870: add changesets All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## 2018-03-06 - [2.2.5 - current version] - 2.2.5 - ([24](https://github.com/ericclemmons/start-server-webpack-plugin/pull/24)) - Fixes (@wmertens) ## 2018-03-05 - 2.2.4 - ([21](https://github.com/ericclemmons/start-server-webpack-plugin/pull/21)) - Update deps (@wmertens) ## 2018-03-05 - [2.2.3 - current version] - 2.2.3 - ([7696962](https://github.com/ericclemmons/start-server-webpack-plugin/commit/769696228460912178a982f8c2594d5376a2230e)) - gsv: also push and publish (@wmertens) - ([21](https://github.com/ericclemmons/start-server-webpack-plugin/pull/21)) - Update deps (@wmertens) ## 2018-03-04 - ([18](https://github.com/ericclemmons/start-server-webpack-plugin/pull/18)) - Add the ability to manually restart the server by typing rs (@tikotzky) - ([17](https://github.com/ericclemmons/start-server-webpack-plugin/pull/17)) - Send a signal to the server process for HMR (@tikotzky) - ([20](https://github.com/ericclemmons/start-server-webpack-plugin/pull/20)) - Add support for the new Webpack 4 Hooks API (@Nayni) ## 2018-02-02 - ([16](https://github.com/ericclemmons/start-server-webpack-plugin/pull/16)) - Allow setting of inspectPort (@eligolding) ## 2018-01-15 - ([15](https://github.com/ericclemmons/start-server-webpack-plugin/pull/15)) - Fix broken link (@njradford) ## 2017-04-10 - ([11](https://github.com/ericclemmons/start-server-webpack-plugin/pull/11)) - Add options `name`, `nodeArgs`, `args` (@wmertens) ## 2017-02-27 - ([18bdabf](https://github.com/ericclemmons/start-server-webpack-plugin/commit/18bdabf3b76a4a938c4b843193642925b4ab8e0b)) - Export via module.exports (@ericclemmons) ## 2016-10-27 - ([6e3d51f](https://github.com/ericclemmons/start-server-webpack-plugin/commit/6e3d51f3029aa5d7d6774a8cc90ec2c3cc13f3c7)) - v2.1.0 Allow specifying the entry to run after build. (@wmertens) - ([7](https://github.com/ericclemmons/start-server-webpack-plugin/pull/7)) - Allow specifying entry to run (@wmertens) ## 2016-06-05 - ([4](https://github.com/ericclemmons/start-server-webpack-plugin/pull/4)) - Fix for Server-Side HMR (@ericclemmons) ## 2016-04-11 - ([1](https://github.com/ericclemmons/start-server-webpack-plugin/pull/1)) - Initial release (@ericclemmons) - ([24155cc](https://github.com/ericclemmons/start-server-webpack-plugin/commit/24155cc7cb93d7719aaec52c5cab22929d6fa882)) - Initial commit (@ericclemmons)