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
So current by adding platform: "node", run: true we can restart process after build. Is it possible to have HMR here? I know it could be difficult to implement, but just was to ask... Webpack is too heavy today, I'm looking for an alternative to retain class instances and cached refs(states) and meanwhile the changed code updated.
The text was updated successfully, but these errors were encountered:
So current by adding
platform: "node", run: true
we can restart process after build. Is it possible to have HMR here? I know it could be difficult to implement, but just was to ask... Webpack is too heavy today, I'm looking for an alternative to retain class instances and cached refs(states) and meanwhile the changed code updated.The text was updated successfully, but these errors were encountered: