We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
require.ensure does pass an argument to the callback
Fix broken links
in webpack 1.13.3, require.ensure's callback has no parameter, drop `require` in the document
dedupe removed in https://github.com/webpack/webpack/commit/91cbb4c28879b7836c5105d9feac81bc2dfeb5ac
Updated code splitting (markdown)
Minor language changes.
Add info for using ES6 Modules with Webpack
Fix typo.
initial chunk and entry chunks reversed
Added "module.exports = " to the "Running multiple entry points" example.
Capitalization of first word in sentence x2 .
Minor grammar
Fixing typeo with CommonsChunkPlugin
Fix typos
renamed wikis (again)
replaces `-` with spaces
A couple grammatical fixes.
Typos and code style fixes
Added instruction on how to split a file into `app.js` and `vendor.js` to Chunk Optimization section.