Skip to content

Commit 8af7547

Browse files
committed
Update webpack.config.js
should match .js or .jsx
1 parent 2e4dae0 commit 8af7547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-react-router/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = {
99
module: {
1010
loaders: [
1111
{
12-
test: /\.js?$/,
12+
test: /\.jsx?$/,
1313
exclude: /(node_modules|bower_components)/,
1414
loader: 'babel-loader',
1515
query: {

0 commit comments

Comments
 (0)