DEV Community

Cover image for How to setup Webpack config 📦

How to setup Webpack config 📦

Arek Nawo on January 31, 2019

This post is taken from my blog so be sure to check it out for more up-to-date content 😉 Bundling assets and code has been pretty common in recent...
Collapse
 
andreandyp profile image
André Michel Andy

Thanks, it's a very usefulf guide. However, I would recommend Terser instead of Uglify for ES6+ support.

Collapse
 
glennmen profile image
Glenn Carremans

I haven't used Laravel Mix outside of Laravel yet but it should work on any type of application, it is a Webpack wrapper that makes it a lot easier to use: laravel-mix.com/

Collapse
 
areknawo profile image
Arek Nawo • Edited

If we're into wrappers, then my personal best is PoiJS which has really good support for JS frameworks - Vue especially. 😉 But Mix looks cool.

Collapse
 
the94air profile image
Abdalla Arbab

I will give it a try, thanks for the suggestion.