Here is my code
mix.js([
'node_modules/chocolat/dist/js/jquery.chocolat.js',
'node_modules/textcounter/jquery.textcounter.js',
'node_modules/foundation-sites/dist/js/foundation.js',
'node_modules/owl.carousel/dist/owl.carousel.js',
'resources/assets/js/jquery.fileuploader.min.js',
'resources/assets/js/app.js',
], 'public/js/all.js', './');
And I get error that jQuery is not defined. I have downloaded it, it is 100% there.