Open michaeljota opened 8 years ago
@michaeljota Did you have any luck getting main and renderer reloads working with webpack?
@rob3c nop. That's all I got. I think this maybe have do to with Webpack life cycle, other than with Electron itself. However, I have not try any other setup. If you find something, pingme here. :).
Hi! Thanks for develop this tool. I'm trying to use this with webpack, and I successfully had setup basic reload. However, I would like some additional task to be handle. This is my actual file:
What I want it's to the
electron-connect
to only reload the renderer thread when the renderer files changes, and the reload the whole application when the main files changes.It's that posible? Thanks you.