Difference between `new webpack.HotModuleReplacementPlugin()` and `--hot`? · Issue #97 · webpack/webpack-dev-server

I have a pretty simple webpack.config.js like this: 'use strict'; // var webpack = require('webpack'); module.exports = { devServer: { contentBase: './static', stats: { colors: true } }, entry: [ '...