Webpack 5 Fundamentals - 9. Code Splitting

preview_player
Показать описание
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.

---

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

This is the code splitting video that helped me the most. Thank you.

Videosuser
Автор

Very good video! But I am facing an issue when I add entry: { index: { import: 'PATHTOFILE', dependOn: 'shared' } .... }
Strange I am doing everything as per documentation on webpack. I think some module compatibility issue might be cause.

atulshinh
Автор

How can i have a colored path name in the console like you?

Tony.Nguyen
Автор

Hello I followed the video to the second and I get this error for some reason, what could be the problem? Uncaught TypeError: __webpack_exports__ is undefined

furnitureimo
Автор

update please, i got a bunch of errors :( when i run npm run dev, build, i think the problem is with node v18 😥.I learn a lot, thanks you so much 💛

carlosrofts
Автор

How to make "shared" to take list all shared libs ... to be like "*" or something. Is there a way? thanks

andriisukhariev