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
"Babel 7.8.0 supports the new ECMAScript 2020 features by default: you don't need to enable individual plugins for nullish coalescing (??), optional chaining (?.) and dynamic import() anymore with preset-env." - https://babeljs.io/blog/2020/01/11/7.8.0
We should update zero to latest babel and add an integration test for these features. I think the right change will be here.
The text was updated successfully, but these errors were encountered:
"Babel 7.8.0 supports the new ECMAScript 2020 features by default: you don't need to enable individual plugins for nullish coalescing (
??
), optional chaining (?
.) and dynamicimport()
anymore with preset-env." - https://babeljs.io/blog/2020/01/11/7.8.0We should update zero to latest babel and add an integration test for these features. I think the right change will be here.
The text was updated successfully, but these errors were encountered: