We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b980373 + 8af7547 commit 1be5b6bCopy full SHA for 1be5b6b
1-basic-react/webpack.config.js
@@ -9,7 +9,7 @@ module.exports = {
9
module: {
10
loaders: [
11
{
12
- test: /\.js?$/,
+ test: /\.jsx?$/,
13
exclude: /(node_modules|bower_components)/,
14
loader: 'babel-loader',
15
query: {
2-react-router/webpack.config.js
0 commit comments