ES
Asked
Hi,
I'm trying to edit the files at resources/js/Pages/ but the changes are not reflecting on the application. What could be the issue?
I'm trying to edit the files at resources/js/Pages/ but the changes are not reflecting on the application. What could be the issue?
- MSAnsweredHello,
You will need to build the app with `npm run prod` after installing the dependencies with `npm i`
Thank you - ESAnsweredThank you for your reply. So it works locally but when I upload the single edited file to cpanel it doesn't reflect the changes. What to do?
- MSAnsweredHello,
Because the file modified is not used but the production build is used. You need to upload the `public` again.
Thank you - Login to Reply