We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
single typo fix
Updated code splitting (markdown)
added uglify-loader and html-minify-loader to the list
Updated amd (markdown)
Updated hot module replacement with webpack (markdown)
Updated list of tutorials (markdown)
Updated configuration (markdown)
related talk: https://github.com/webpack/webpack/pull/971
Clarify require.context docs
Updated list of loaders (markdown)
Fixed typo
Updated list of plugins (markdown)
Updated build performance (markdown)
Updated changelog (markdown)
Give a more detailed description on how to use the mangle option inside the UglifyJsPlugin. It needed to dig inside the code to find how to do this, maybe it will save more people time surfacing this option example.
Fixed typos
Add img-loader
Add format-message-loader
Small grammar fix
Typo
For users who always approach webpack via gulp/grunt it's not immediately obvious how to generate the json file, so I've added an instruction.
Add proxy option in API