You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HMR on the web appears to be working out of the box, and HMR in the device simulator or on a native device is now explained in the docs in #431, under Cookbook > Local Development
🆒 Your use case
Very interesting project @danielroe and the team. Thank you all.
I tried supporting hot reload to a nuxt/ionic project. Here's what I did:
@ionic/cli
as a dependency."ionic:serve": "nuxt dev"
command in package.json.That's it. It worked for me.
It's worth mentioning that when I tried to run the iOS Simulator, I saw this error message from Ionic VSCode Extension.
🆕 The solution you'd like
Supporting Hot Reload in a way that Ionic VSCode understands.
🔍 Alternatives you've considered
No response
ℹ️ Additional info
No response
The text was updated successfully, but these errors were encountered: