update-webpack-config to match babelrc (#776)

This commit is contained in:
Alanna Scott 2016-07-15 10:36:22 -07:00 committed by GitHub
parent 24e85f52b4
commit 2b237f483f
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ const config = {
exclude: APP_DIR + '/node_modules',
loader: 'babel',
query: {
presets: ['react', 'es2015', 'stage-0']
presets: ['airbnb', 'es2015', 'react']
}
},