update-webpack-config to match babelrc (#776)
This commit is contained in:
parent
24e85f52b4
commit
2b237f483f
|
|
@ -30,7 +30,7 @@ const config = {
|
|||
exclude: APP_DIR + '/node_modules',
|
||||
loader: 'babel',
|
||||
query: {
|
||||
presets: ['react', 'es2015', 'stage-0']
|
||||
presets: ['airbnb', 'es2015', 'react']
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue