You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 3.2.6 & 3.2.7 both contain a change on the babel presets. More specifically,
it was added babel-preset-env and removed babel-preset-es2015 and babel-preset-es2016.
Version 3.2.6 & 3.2.7 both contain a change on the babel presets. More specifically,
it was added
babel-preset-env
and removedbabel-preset-es2015
andbabel-preset-es2016
.The issue is that the
modules
option was set to false but this causes issues when integrating with Jest. It must be NOT set ifprocess.env.NODE_ENV
istest
. CRA does the same here: https://github.com/facebookincubator/create-react-app/blob/master/packages/babel-preset-react-app/index.js#L73The text was updated successfully, but these errors were encountered: