railsware / bozon

🛠 Command line tool for building, testing and publishing modern Electron applications
MIT License
758 stars 52 forks source link

No reloading for webpack #69

Closed theduckchannel closed 4 years ago

theduckchannel commented 4 years ago

Hi,

I change the content in file main.js index.html and webpack not reloading

[bozon] [CHANGE] File src/main/index.js has been changed [bozon] [~MAIN~] Compiled in 36 ms ✓ [bozon] [CHANGE] File src/renderer/index.html has been changed [bozon] [RENDER] Compiling [bozon] [RENDER] Compiled in 6 ms ✓

alchaplinsky commented 4 years ago

Hey @fredcox, did you try to run with --reload option? bozon start --reload should re-compile and reload your app.

theduckchannel commented 4 years ago

Hi, i will try. thank u.