I'm new at webpack but I'm working with laravel and i see webpack.mix.js, so what is the difference between it and webpack.config.js, is there any functions that's I'll miss in webpack.mix?
webpack.config.js is just a service file. Laravel Mix based on Webpack so you don't need to touch it.