kwhinnery / todomvc-plusplus

TodoMVC++ Sample Application
MIT License
93 stars 148 forks source link

Add ES 2016 presets to Babel configuration #33

Closed kwhinnery closed 8 years ago

kwhinnery commented 8 years ago

Our front-end JavaScript just isn't progressive enough yet. Instead of just the ES2015 presets, we'd like to include the ES2016 set as well. Consult the transform docs to se how this might be done.