Hi dam-man, I recently encountered similar issue. Do you find any solutions?
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
Please or to participate in this conversation.