Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ESM #154

Open
dantman opened this issue Apr 1, 2018 · 0 comments
Open

Support ESM #154

dantman opened this issue Apr 1, 2018 · 0 comments
Milestone

Comments

@dantman
Copy link

dantman commented Apr 1, 2018

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.

@dantman dantman added this to the 3.0.0 milestone Apr 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant