Skip to content

Commit 91b8f61

Browse files
committed
Enable hot reloading
See discussion: shakacode#245
1 parent 53882dd commit 91b8f61

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)