JavaScript Advanced WebPack Part 3 - Creating a custom notifier plugin At Lonely Planet we use the heck out of WebPack. It's an incredibly powerful tool. Sometimes it takes a while though. I decided today that rather than watching the command line while it
JavaScript Advanced WebPack Part 2 - Code Splitting WebPack has a feature that utilizes the AMD spec called Code Splitting. What it allows you to do is "split your code" (insert troll face). Seriously, it's an amazing feature. What