We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Eoin, thanks for the awesome plugin!
Describe the solution you'd like I think it's better to use babel-plugin-add-module-exports instead of core-js and regenerator-runtime.
.babelrc
{ "presets": [ [ "@babel/preset-env", { "targets": { "node": true } } ] ], "plugins": ["add-module-exports"] }
The text was updated successfully, but these errors were encountered:
eoin-obrien
No branches or pull requests
Eoin, thanks for the awesome plugin!
Describe the solution you'd like
I think it's better to use babel-plugin-add-module-exports instead of core-js and regenerator-runtime.
.babelrc
The text was updated successfully, but these errors were encountered: