webpack.config.js Builder

Toggle the core options and watch a real webpack.config.js assemble itself, each key explained. This is the explicit version of the zero-config magic from Part 1.

1 · Configure

development = fast & readable; production = optimized & minified.
Use [name] and [contenthash] for cache-busting (Part 8).