AdanCabanas
AdanCabanas

Reputation: 167

Laravel mix says build successfully but changes won't take effect

Every time I run either npm run dev, prod, hot or watch the build is successful, well at least that's what laravel-mix tells

But when I try to test the changes on the web app there isn't any effect on play, although the build was finished

Upvotes: 1

Views: 781

Answers (2)

AdanCabanas
AdanCabanas

Reputation: 167

Just had to refresh (Ctrl+F5 or Ctrl+Shift+R) my browser after the build is complete, or open a new tab or other browser.

Upvotes: 2

pmiranda
pmiranda

Reputation: 8420

Try with npm run watch-poll in a new web browser.

Upvotes: 1

Related Questions