I Have webpack.min.js:
mix.webpackConfig(webpack => { return { plugins: [ new webpack.ProvidePlugin({ $: \'jquery\
I use mix.copy instead mix.js for jQuery and it works great!
example:
mix.copy('node_modules/jquery/dist/jquery.min.js', 'public/vendor/jquery/jquery.min.js');