We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add link to assets-webpack-plugin
Fix small typo "you" => "your"
Updated webpack dev server (markdown)
Updated list of loaders (markdown)
Adds jinja-loader
Updated list of plugins (markdown)
Add documentation for WatchIgnorePlugin
Updated hot module replacement with webpack (markdown)
Add a paragraph about hot-only dev-server.
Revert 58ce95651f311ad99ca6ef694258f2141abfc84c...d00c41f320b26f9d9ba168f9fe95aa65ae524489 on hot module replacement with webpack
Revert 4fbb038fcfddc54a84043c7b8335ecead9d0bc3a...ae902d9e57a76c6fc2452d0b672875347e1f0179 on webpack dev server
Revert 012340d6b227cb9322a0b5e0c9496dc31fc6d7cb...4fbb038fcfddc54a84043c7b8335ecead9d0bc3a on webpack dev server
Revert d00c41f320b26f9d9ba168f9fe95aa65ae524489...3d6a775f57e46acb2a8e8b9e8ac7f60246ad4eff on hot module replacement with webpack
trivial rewording
Clearify `devServer` option in webpack config works in webpack-dev-server CLI but not in WebpackDevServer API. Also notes that there is no inline mode for WebpackDevServer API.
Clearify that `devServer` is only used in webpack-dev-server CLI, but not webpack-dev-server API.
specify "/" in webpack-dev-server/client's query string, so that the socket in webpack-dev-server client connects to the correct host
webpack-dev-server/client is missing in the entry of webpack-dev-server CLI.
Updated testing (markdown)
Adding hson-loader
Adding angular with webpack series.
uglifyify can be used to minify code
Updated using loaders (markdown)
Updated plugins (markdown)
Looks like there are some language mistakes
Fixed typo
Add --display-modules explanation
Clarify example about where bundle will be available using publicPath