fixes: it was using node6 in webpack build

This commit is contained in:
Daniel J 2016-06-23 09:18:29 +02:00
parent c044869b28
commit f4c0b59431
2 changed files with 2 additions and 2 deletions

1
src/.babelrc Normal file
View file

@ -0,0 +1 @@
{"presets": ["es2015-loose-native-modules"]}

View file

@ -17,8 +17,7 @@ export default {
loaders: [
{
test: /\.js$/, loader: 'babel', exclude: /node_modules/, query: {
sourceMaps: inProduction,
presets: ['es2015-loose-native-modules']
sourceMaps: inProduction
}
},
{