Replies: 1 comment 5 replies
-
Hey @znoliver, Theia doesn't support hot reloading, as it's not served by webpack itself. In order to correctly watch the source code, you need a script similar to this: theia/examples/browser/package.json Line 88 in 9ff0ced And reload your browser tab after every change. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I develop an theia extensions, I want hot reload the changes where I modify. I use --watch args ,but I can't find the changes.
My code is there: example
Beta Was this translation helpful? Give feedback.
All reactions