Skip to content

Commit

Permalink
fixes: it was using node6 in webpack build
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-j committed Jun 23, 2016
1 parent c044869 commit f4c0b59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"presets": ["es2015-loose-native-modules"]}
3 changes: 1 addition & 2 deletions webpack.config.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ export default {
loaders: [
{
test: /\.js$/, loader: 'babel', exclude: /node_modules/, query: {
sourceMaps: inProduction,
presets: ['es2015-loose-native-modules']
sourceMaps: inProduction
}
},
{
Expand Down

0 comments on commit f4c0b59

Please sign in to comment.