I Have webpack.min.js:
mix.webpackConfig(webpack => { return { plugins: [ new webpack.ProvidePlugin({ $: \'jquery\
Try this in your main.js file
global.$ = global.jQuery = require('jquery');