Skip to content

Commit 82356d0

Browse files
committed
adds react-hot-loader for tsx too
1 parent 123fb22 commit 82356d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: webpack/make-webpack-config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = function(options) {
2727
include: path.join(__dirname, "..", "client")
2828
},
2929
"ts|tsx": {
30-
loaders: ['ts-loader']
30+
loaders: ['react-hot', 'ts-loader']
3131
}
3232
};
3333

0 commit comments

Comments
 (0)