Webpack 5 Tutorial for Beginners

preview_player
Показать описание
Learn how to setup & configure Webpack 5 from scratch. Learn how to configure modern front-end tools together to create a complete Webpack starter kit for your projects. Learn Webpack 5 along with other modern tools like Babel, Jest, ESLint, & Prettier.
Using Webpack 5 Module Federation with Angular
How to Create a Webpack 5 Environment from Scratch
Learn Webpack 5 - Webpack Beginner Tutorial

In this course, you will learn how to set up and configure Webpack 5 from scratch. We start with an empty directory and built up a complete Webpack starter kit, line by line. By the end of the course, we will have built a modern front-end starter kit with tools like Jest for unit testing, ESLint for linting, Prettier for formatting, and a whole bunch more.

Along the way, we will learn all about Webpack configurations for different environments like development & production, loaders, plugins, etc. Throughout the course, I teach you how to read and navigate Webpack's documentation so you not only understand the concepts but also understand where to go to learn more. Each project has its own specific needs, and by teaching you how to read the docs, you will now be able to configure Webpack to fit your specific project needs.

What you’ll learn

How to setup & configure Webpack 5 from scratch. You will also learn how to configure modern front-end tools together to create a complete Webpack starter kit for your projects.

Are there any course requirements or prerequisites?

A basic understanding of JavaScript

Who this course is for:

Web developers of all levels

#Webpack #Programming #Morioh

Note: If you have any copyright issue with the content used in our channel or you find something that belongs to you, before you claim it to Youtube, SEND US A MESSAGE and the respective content will be DELETED right away. Thanks for understanding.

◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
Рекомендации по теме
Комментарии
Автор

And your tutorial in very good for a beginner. You dive into many subjects that other tutorials dont. I thibk this video must reach more people

NurioonSoftware
Автор

I think your dev.config is wrong at 53:57. When i npm run dev with this config, styles not applied. Chat gpt offred me style-loader at begening of rules array since we removed MiniCssExtraxtPlugin and this worked and styles applied

NurioonSoftware
Автор

hi thanks for the tutorial.. do you also have webpack and wordpress thing.. ? thank you so much

lemster
Автор

How to maintain subfolder structure for images...

I'm using like below but its getting from src folder
{
test: /.*\.(gif|png|jpe?g|svg)$/i,
type: 'asset/resource',
generator: {
filename: '[path][name].[ext]?[hash]',
},
},

kudaravallister