Not reloading on Windows 10
Closed this issue · 5 comments
Hi, i tried to get this thing running it runs but not reloading
First i changed
"dev": "nodemon --watch app --watch bootstrap --watch config --watch .env -x 'node' server.js",
to
"dev": "nodemon --watch app --watch bootstrap --watch config --watch .env -x && node server.js",
Looks like hmr is just not connecting
then i changed the dist folder to outputDir: '/dist/',
Now i see the image and css loads but not hotreloading :/
looks like hmr is not connected i cant see some hmr output in the console
I cannot try on Windows 10, can you show me screenshots of the problem?
hi, i will come back in some hours
the console is just empty there is no "HMR Connected" or a websocket connection
Hi @cannap, could you re-install vue-adonis with vue-cli and tell me if it's good now?
Thank you
Hu, i tested it works amazing!