Merge pull request #6656 from jgebhardt/bump-react

Remove babel compatibility option for legacy React versions
This commit is contained in:
Kevin Sawicki
2015-05-07 13:26:36 -07:00

View File

@@ -32,11 +32,6 @@ defaultOptions =
# Target a version of the regenerator runtime that
# supports yield so the transpiled code is cleaner/smaller.
'asyncToGenerator'
# Because Atom is currently packaged with a fork of React v0.11,
# it makes sense to use the reactCompat transform so the React
# JSX transformer produces pre-v0.12 code.
'reactCompat'
]
# Includes support for es7 features listed at: