mideseniordevmideishere.hashnode.dev·Nov 3, 2024Unpacking Webpack For Frontend Developers (Part 2): Advanced Webpack FeaturesIntroduction In the first part of Unpacking Webpack For Frontend Developers, we covered Webpack's core concepts, focusing on setting up a configuration file, defining entry and output points, and using loaders to handle different file types such as C...10 likes·45 readsUnpacking SeriesFrontend Developer
mideseniordevmideishere.hashnode.dev·Oct 4, 2024Unpacking Webpack For Frontend Developers (Part 1)If you’ve worked with React.js or Vue.js, you’ve probably encountered this familiar scenario: you type npm run build into your terminal, and like magic, scripts run, and a build folder filled with neatly packed bundles appears. Everything works, and ...32 likes·184 readsUnpacking SeriesFrontend Development
Sehrish Naveedsehrishnaveed.hashnode.dev·Dec 18, 2023Create 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...48 readsUsing Webpack 5, Create a Multi-Page JavaScript BoilerplateWebpack 5