Webpack bits: Getting the most out of CommonsChunkPlugin()

Learning how to identify, measure, and triage issues in your webpack bundles. Read more

Similar

Create a typescript project using webpack 3

Hello again guys. This time we will create a typescript project using webpack 3. The typescript version I use in this example is 2.4.2 which is the latest typescript version at the time I am writing this article. I've got the idea for creating this articl... (more…)

Read more »

Inspecting the Webpack Bundle

To ensure a great user experience it is important to keep the initial page load as  fast as possible. There are two main ways of doing this; one is to reduce the number of file requests made when t… (more…)

Read more »