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
Node 10 is being released with native ES2015 modules support. Additionally many packages have started requiring that CommonJS requires use require('package').default instead of offering a module.exports.
We should probably drop our Babel supporting hack and start supporting native modules.
The text was updated successfully, but these errors were encountered:
Node 10 is being released with native ES2015 modules support. Additionally many packages have started requiring that CommonJS requires use
require('package').default
instead of offering amodule.exports
.We should probably drop our Babel supporting hack and start supporting native modules.
The text was updated successfully, but these errors were encountered: