ReactJS-AdminLTE
ReactJS-AdminLTE copied to clipboard
Changes are not reflecting in browser
I installed this interface and trying to changes some text.
after making changes i am doing npm run dev
and then navigating to http://localhost:8000/ doesnt show changes
Any solution for that
I also have the same problem. It seems webpack doesn't update the bundle.js. Is there a solution to it?
I'm currently in the process of changing the app to use create-react-app, this way you wouldn't have to worry about webpack at all.
Thanks for reporting this issue!