Update to babel-preset-react has removed Flow by default, meaning this preset can now be used directly.
Class properties/decorators compatibility until the decorators proposal transform is updated.
transform-export-default effectively replaces transform-export-extensions, which has been split up into the aforementioned and another that we won't be using.
Consider adding transform-optional-chaining.
Consider utilising .babelrc.js filename/syntax.
Look into if babel-runtime dependency can be removed.
Beta 0 just went up: https://github.com/babel/babel/releases
Some notes from the blog post here: https://babeljs.io/blog/2017/09/12/planning-for-7.0
babel-preset-react
has removed Flow by default, meaning this preset can now be used directly.transform-export-default
effectively replacestransform-export-extensions
, which has been split up into the aforementioned and another that we won't be using.transform-optional-chaining
..babelrc.js
filename/syntax.babel-runtime
dependency can be removed.