I have installed my laravel-vue application on a cpanel-serve.
but every time I change something and upload app.js
on server the browser cache history and I should use
Ctrl+F5
or Ctrl+R
to clear history.
I saw some solutions to user laravel mix and import like this
<script src="{{ mix('js/app.js') }}"></script>
but when I upload it on serve I saw the error
"The Mix manifest does not exist"
Is there any one help me?