happypoulp / redux-tutorial

Learn how to use redux step by step
3.76k stars 546 forks source link

Seems .babelrc need update? #116

Open ifndefdeadmau5 opened 7 years ago

ifndefdeadmau5 commented 7 years ago

I ran into some error with babel configuration since they using removed babel 5 options. When I removed all stuff in .babelrc, it works.

senpl commented 5 years ago

{ "presets": [ "es2015", "stage-2" ] and npm install babel-preset-es2015 babel-preset-stage-2 --save works for me.