JavaScript WebPack Code splitting with ES6 and Babel 6 Today is the day that finally, we decided it was time to make the move from Babel 5 to 6. It's been on our Technical Debt list for quite a while now. Here's
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