1👍
✅
If you are using mix()
then you have to provide relative path to pubilc
.
So use mix('js/app.js')
.
More details here https://laravel.com/docs/5.8/helpers#method-mix
Source:stackexchange.com