Hi @Hectix,
Just a question to confirm , did you include public/js/article.js in your template ? If so, do you see the changes if you run 'npm run dev' or 'npm run prod' in file public/js/article.js
mix.scripts([
'node_modules/jquery/dist/jquery.js',
'resources/js/article.js'], 'public/js/article.js');
When I change resources/js/article.js, nothing happens... I'm sure that I have newest version of laravel mix.
Problem solved. It was not really a problem. When you are watching mix.scripts(), they do not show anything in console, so it's actually working but without any indicator of compilation in console. Thanks for help.
Please or to participate in this conversation.