JAMES LONG

Tag: webpack

Live Editing JavaScript with Webpack (Part III)

April 2, 2015
Part I and Part II of this series lay the groundwork for building not only the frontend code of your app, but also the backend. So far, while the system has a nice consistency, it offers little to the casual observer. Today, in this final post, we are going to look at how to live update a running JavaScript system using webpack's hot module replacement.

Backend Apps with Webpack: Driving with Gulp (Part II)

March 19, 2015
In Part I of this series, we configured webpack for building backend apps. Now we will look at how to manage frontend and backend code at the same time, and integrating our system with nodemon to restart the server on changes.

Backend Apps with Webpack (Part I)

March 16, 2015
Webpack is an amazing tool. This is the first post in a series about how to use it for backend apps as well as frontend. Using the exact same build process for both is amazing.