The changes made in the JavaScript files are not being reflected
-
Want to make changes in the following file:
packages/webkul/Shop/src/Resources/assets/js/plugins/shop.jsHowever, the changes made are not being reflected. Tried running the following commands, but they did not work:
php artisan config:cache
php artisan cache:clear
Also ran npm install, but the changes are still not reflecting. -
@Sunarc
Hello there, Please try to run below commands accoring to your use.For Development only :- npm run watch
For Production only :- npm run prod
I hope this will help you to resolve your concern.
Thanks