gaearon / react-hot-boilerplate

Minimal live-editing example for React
MIT License
3.91k stars 879 forks source link

Webpack plugin is not working is `three-shaking` is enabled #133

Closed theKashey closed 7 years ago

theKashey commented 7 years ago

JFYI: In this mode webpack uses it`s own __webpack_exports__ as long plugin await for module.exports.

Result: no classes are registered and you will get will update each time.