nordlys-sangen / generator-electron-humble

Humble electron generator for Yeoman. Electron + Webpack + Angular X/React + Typescript + Less/Sass/Stylus + Pug (Jade)

Home Page:https://www.npmjs.com/package/generator-electron-humble

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HMR?

Polyterative opened this issue · comments

Are there any chances to get angular's HMR working in the boilerplate?
I've seen some other boilerplates using it (even with electron live), any suggestions on how to implement it?

Thank you

Sorry for the delay. I updated the generator, now HMR is supported in dev mode. You can check it out. :) Just run npm run build:dev and then launch generated electron app with npm run start:dev.

That's great news! Thank you!
I'm sure I'm not the only one happy about this.