FormidableLabs / spectacle-boilerplate

[DEPRECATED] Boilerplate project for getting started with Spectacle Core
579 stars 192 forks source link

Add react-transform-hmr plugin to babel-loader #25

Closed fbarrailla closed 8 years ago

fbarrailla commented 8 years ago

Hot reload was broken on presentation/index.js edition, and I had this warning :

[HMR] The following modules couldn't be hot updated: (Full reload needed)
This is usually because the modules which have changed (and their parents) 
do not know how to hot reload themselves. 
See http://webpack.github.io/docs/hot-module-replacement-with-webpack.html 
for more details.
[HMR]  - ./presentation/index.js

The add of react-transform-hmr plugin to babel-loader configuration fix the issue.