Getting started with Webpack - dev server

Click for: original source

Abraham Williams sweet post about moving fast when developing. Developers want to move fast 🚀 🚀 🚀. Manually triggering a rebuild of your source code after ever little change is slow and annoying.

Webpack are constantly adding features and fixing bugs so they release pretty often. With the Webpack Dev Server and Webpack watch you can greatly improve your code, build, try cycles.

Series of commands and visual clues will guide you through this tutorial. After going through this tutorial you can write code, save it and Webpack will push the changes to the browser without you ever having to leave the editor.

Also the source code available on GitHub and check out the next article Getting started with Webpack: Source Maps.

[Read More]

Tags javascript programming nodejs