I am using webpack a lot. A common pattern I am constantly using is how to manage the application specific configuration between different environments. I want to be able to set different API URLs, access codes, feature flags for every environment of my t... (more…)
Read more »
The validation of the stats option was broken in version < 3.8.1. Now stats are validated correctly and webpack may scream at you when typos are hidden here. You can use import() or require.ensure to… (more…)
Read more »
Webpack no longer automatically polyfills Node.js APIs. This is a huge breaking change and will inconvenience users & package maintainers. (more…)
Read more »
Last summer I wrote this post which quickly became my most popular one to day. With webpack 2 and 3 it got outdated, so I decided to write a new... (more…)
Read more »
gulp-webpack-boilerplate - A boilerplate for flawless gulp workflow and bundling with rollup and webpack 2. (more…)
Read more »