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

error on transform-export-extensions plugin upgrade #84

Open
sibelius opened this issue Sep 1, 2018 · 0 comments
Open

error on transform-export-extensions plugin upgrade #84

sibelius opened this issue Sep 1, 2018 · 0 comments
Labels
bug Something isn't working Has PR

Comments

@sibelius
Copy link

sibelius commented Sep 1, 2018

here is a repo with failing test https://github.com/entria/graphql-dataloader-boilerplate/blob/master/.babelrc#L13

plugins: [
"transform-export-extensions"
]

will fail in babel-upgrade

it will generate:

plugins: [
   [
     "@babel/plugin-proposal-export-default-from",
    "@babel/plugin-proposal-export-namespace-from",
   ]
]

instead of:

plugins: [
     "@babel/plugin-proposal-export-default-from",
    "@babel/plugin-proposal-export-namespace-from",
]
@nicolo-ribaudo nicolo-ribaudo added the bug Something isn't working label Sep 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Has PR
Projects
None yet
Development

No branches or pull requests

2 participants