DEV Community

Discussion on: How to create an electron-forge project with React, Typescript and HMR

Collapse
 
ipetrik profile image
IPetrik

Very helpful! I have not been able to get hot reloading to work, however. You say to use .babelrc, but in my hands the webpack-typescript template uses 'ts-loader' not 'babel-loader' by default. Even after changing the loader, however, I have not been able to get this to work.