Skip to content

Commit

Permalink
update-webpack-config to match babelrc (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alanna Scott authored Jul 15, 2016
1 parent 24e85f5 commit 2b237f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caravel/assets/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const config = {
exclude: APP_DIR + '/node_modules',
loader: 'babel',
query: {
presets: ['react', 'es2015', 'stage-0']
presets: ['airbnb', 'es2015', 'react']
}
},

Expand Down

0 comments on commit 2b237f4

Please sign in to comment.