Skip to content

Commit 29575b9

Browse files
committed
Fix regex to include .jsx
1 parent c1964b0 commit 29575b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/counter/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = {
2222
},
2323
module: {
2424
loaders: [{
25-
test: /\.js?$/,
25+
test: /\.jsx?$/,
2626
loaders: ['react-hot', 'babel'],
2727
exclude: /node_modules/
2828
}]

0 commit comments

Comments
 (0)