Skip to content

Commit

Permalink
Change babel to babel-loader for new dependency requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefferson-Faseler committed Mar 3, 2017
1 parent 0045b70 commit 57fc3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
{
test: /\.jsx?$/,
exclude: /(node_modules)/,
loader: 'babel', // 'babel-loader' is also a legal name to reference
loader: 'babel-loader',
query: {
presets: ['react', 'es2015']
}
Expand Down

0 comments on commit 57fc3ca

Please sign in to comment.