Skip to content

Commit

Permalink
fix webpack build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung committed May 28, 2016
1 parent 30c1046 commit 9356246
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,6 @@ module.exports = {
{
test: /jquery\.js$/,
loader: 'expose?jQuery'
},
{
test: /\.jsx?$/,
exclude: /(node_modules|bower_components)/,
loader: 'babel', // 'babel-loader' is also a legal name to reference
query:
{
presets: ['react', 'es2015']
}
}
]
},
Expand Down

0 comments on commit 9356246

Please sign in to comment.