Skip to content

Commit

Permalink
fix(): Remove babel loader from webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridermansb committed Oct 6, 2016
1 parent 43c48fd commit 15a20e1
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,6 @@ module.exports = {
loader: 'standard',
exclude: /(node_modules)/
}
],
loaders: [
{
test: /\.js$/,
include: [
path.resolve(__dirname, 'src')
],
exclude: [
path.resolve(__dirname, 'node_modules')
],
loader: 'babel',
query: {
presets: [ 'es2015' ]
}
}
]
}
}

0 comments on commit 15a20e1

Please sign in to comment.