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

cant use babel-preset-stage-0 in js files but you can in jsx files #164

Open
edeustace opened this issue Apr 12, 2018 · 0 comments
Open

Comments

@edeustace
Copy link
Contributor

This is because we have it configured in the generated webpack.config file. We don't have it set up for .js files. Adding it for js files could be troublesome cos it'd mean babel will look at all the js files in the libraries, prob something we want to avoid.

Need to decide how best to support it.

  • one option is on name files .es6?
  • allow user to configure whitelists?
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