Create a Multi-Page JavaScript Boilerplate with Webpack 5, Babel and ESLint (Part 2)
This article is a continuation of part 1.
In part 1, we set up Webpack. In part 2, we are going to set up HTML templates and CSS.
2. Setup HTML templates using Webpack Plugins
You might have noticed that there is only one file named index.bundle.js i...