It’s essential to divide JavaScript and CSS code into small and concise parts. We make it easier for ourselves and others to manage it, and also to understand and maintain it later. Browsers on the… (more…)
Read more »
This is a clip from my talk at a ReactJs meetup This talk focuses more on webpack internals and architecture. By the end of the video you will be able to wri... (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 »
With Aliases, you can speed up development & be ready for refactor in productively. See why you must consider Aliases in Webpack Config of FrontEnd projects... (more…)
Read more »
In this episode we show you how to upgrade to Webpack 2. We walk you through the webpack config file and show you how to get up and running on webpack 2. (more…)
Read more »