-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add example with hot reloading #3
Comments
I am currently working on an example and I will make sure to try this out! |
I finally got to trying this out, terribly sorry for taking an entire 4 months to do so. Unfortunately I didn't meet much success while using webpack for my main process files. I had hoped that http://stackoverflow.com/a/14801711 would work out, however I had no luck. It might work when webpack isn't used for the main process (it handles dynamic requires in a special way). For me it seemed that deleting only |
Forgot to mention: |
First thanks this great work! :D
I simply tried this module with the webpack hot reload, see following code, it used counter example:
Main process (with babel-core/register)
Renderer process (with webpack)
There a better way to delete cache of main process?
The text was updated successfully, but these errors were encountered: