DEV Community

Discussion on: Optimizing front-end delivery with Webpack 4

Collapse
 
grantralls profile image
Grant Ralls

I understand the importance of Babel pretty easily. I don't see the importance of Webpack and when it would be best used. Can someone help me out?

Collapse
 
pavelloz profile image
Paweł Kowalski

Well, the async imports are done by webpack. Modules resolution. Minification. And couple more if you add plugins ;)