I\'m already familiar with laravel 5.1 mix (elixir), and recently I decided to test laravel 5.4 mix.
I mixed my libs on vendors files.
mix .styles([
The solution using laravel mix is force all modules to use the same jquery version: This is my code at top of webpack.mix.js:
mix.webpackConfig({ resolve: { alias: { 'jquery': path.join(__dirname, 'node_modules/jquery/src/jquery') } } });