Skip to content

Commit

Permalink
Merge pull request #18 from minfawang/patch-1
Browse files Browse the repository at this point in the history
Add support for 'jsx' extensions
  • Loading branch information
arunoda committed Apr 4, 2016
2 parents e3dca26 + 1160091 commit b7d2d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const config = {
module: {
loaders: [
{
test: /\.js$/,
test: /\.jsx?$/,
loader: 'babel',
query: { presets: ['react', 'es2015', 'stage-2'] },
exclude: [path.resolve('./node_modules'), path.resolve(__dirname, 'node_modules')],
Expand Down

0 comments on commit b7d2d00

Please sign in to comment.