jhen0409 / react-chrome-extension-boilerplate

Boilerplate for Chrome Extension React.js project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to get RHL3 to work

kokjinsam opened this issue · comments

Hello,

I'm trying to upgrade this boilerplate to use Webpack2 and RHL3. Webpack2 is pretty stable now and babel-preset-react-hmr is no longer maintained. I was able to get Webpack2 up and running but failed to make RHL3 work. I keep getting this:

image

If anyone has successfully intergrated RHL3 with this boilerplate, it would be greatly appreciated if you can share some tips!

Ah! Found the culprit. Decorated components cannot be hot-loaded. See 279