Skip to content

Commit 62063d1

Browse files
committed
Merge pull request shakacode#267 from shakacode/fix-hot-reloading
Enable hot reloading
2 parents 7e6b9fc + 91b8f61 commit 62063d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/webpack.client.rails.hot.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ config.module.loaders.push(
3737
[
3838
'react-transform',
3939
{
40+
superClasses: ['React.Component', 'BaseComponent', 'Component'],
4041
transforms: [
4142
{
4243
transform: 'react-transform-hmr',

0 commit comments

Comments
 (0)