Skip to content

Commit

Permalink
Merge pull request ruanyf#42 from qingmingsang/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
ruanyf committed May 30, 2016
2 parents bbfeb2d + 9b60f06 commit c4c1ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ module.exports = {
loaders: [{
test: /\.jsx?$/,
exclude: /node_modules/,
loaders: ['babel-loader'],
loader: ['babel-loader'],
query: {
presets: ['es2015', 'react']
},
Expand Down

0 comments on commit c4c1ab5

Please sign in to comment.