Search code examples
node.jslaravelnpmlaravel-mix

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


Solution

  • 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.