keokilee / react-typescript-boilerplate

Boilerplate project for setting up Typescript and React with Babel and Webpack.
ISC License
114 stars 23 forks source link

Upgrade to Babel 6 #23

Closed keokilee closed 8 years ago

keokilee commented 8 years ago

I attempted the upgrade to Babel 6 thanks to #21, but it can't be done without the react transform plugin being updated as well. See https://github.com/gaearon/babel-plugin-react-transform/issues/46.

keokilee commented 8 years ago

Should have been done in #21