github webpack/webpack-dev-server v2.4.0

latest releases: v4.15.2, v5.0.4, v5.0.3...
7 years ago
  • contentBase: false in combination with the historyApiFallback option threw an error (#791).
  • Separate logic of adding entry points to the webpack config; this allows alternative implementations like the webpack grunt plugin to use this instead of copying the code (#782).
  • Update SockJS dependency to fix issue with FireFox constantly refreshing the page (#762).
  • Show clear error message when --open fails to open the browser (#780).
  • Allow overlay option to also show compiler warnings (off by default) (#790):
overlay: {
  errors: true,
  warnings: true
}

Don't miss a new webpack-dev-server release

NewReleases is sending notifications on new releases.