view source
Using ES7 Decorators with Babel 6
When Babel 6 dropped on my birthday I was taken aback by all the breaking changes, disclaimers and continued push to use the .babelrc file without a lot of justification from the maintainers. Nevertheless I knew Babel 6 was the future, so I went ahead and added support to my React Native Webpack Starter Kit. Everything went smooth given the small scope of the app, but for some app maintainers the Babel 6 upgrade also meant chucking decorators due to an issue in Babel 6.
Advertisement