Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

dam-man's avatar

Hot Reloading not working.

I am trying to get my hot reloading working as it should. I think I have made the appropiate changes in my files, maybe you guys have some ideas left.

In my package.json I have the following:

"scripts": {
    "dev": "npm run development",
    "prod": "mix --production",
    "development": "mix",
    "watch": "mix watch",
    "watch-poll": "mix watch -- --watch-options-poll=1000",
    "hot": "mix watch --hot",
    "production": "mix --production",
    "watch-production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --watch --config=node_modules/laravel-mix/setup/webpack.config.js"
},

When I run npm run hot the it runs and the bundle analizer is showing @ http://127.0.0.1:8888 But the screens stays blank.

This is the error it is showing:"

Error parsing bundle asset "C:\wamp64\www\jvz\public\packages_kanban_board_src_View_stories_Features_vue.bb10d620e6004ee06f69.hot-update.js": no such file Error parsing bundle asset "C:\wamp64\www\jvz\public\assets\js\manifest.bb10d620e6004ee06f69.hot-update.js": no such file webpack compiled successfully

0 likes
3 replies
seikosantana's avatar

Hi dam-man, I recently encountered similar issue. Do you find any solutions?

siangboon's avatar

better open a new thread with more details (version, what had done and the exact error message if any) to ask, this thread shown posted more than a year, it may not applicable to you as the version of the mix and other dependencies version may be differences also.

1 like

Please or to participate in this conversation.