Skip to content

Commit 1be5b6b

Browse files
committed
2 parents b980373 + 8af7547 commit 1be5b6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

1-basic-react/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: {

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)