How to set up a Webpack project [Tutorial]

1 · Robin Wieruch · June 15, 2019, 11:51 a.m.
This tutorial is part 2 of 3 in the 'Frontend Setup'-series. Part 1: How to set up a modern JavaScript project Part 3: How to set up Webpack with Babel Webpack is a JavaScript bundler for your web application. In the past, you had to link JavaScript files manually in HTML files. Nowadays, Webpack takes care about it. In this tutorial, I want to walk you through a minimal Webpack setup for a JavaScript + HTML application....