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

1.4.0 #1091

Closed
matthewp opened this issue Mar 8, 2017 · 5 comments
Closed

1.4.0 #1091

matthewp opened this issue Mar 8, 2017 · 5 comments
Labels

Comments

@matthewp
Copy link
Member

matthewp commented Mar 8, 2017

Steal 1.4.0 will be centered around an improved ability to run Babel plugins and possibly decorators.

@matthewp matthewp added the Epic label Mar 8, 2017
@matthewp
Copy link
Member Author

matthewp commented Mar 8, 2017

I'm leaving off the ability to transpile non-import/export code for now as the API isn't ready. #768 (comment) is meant to start the discussion about what the API could be for that.

@matthewp
Copy link
Member Author

Not necessarily for this milestone, but it might be nice if there was a way to tell Steal to load the .babelrc and use that for configuration (as opposed to using babelOptions).

@BigAB
Copy link

BigAB commented Mar 16, 2017

That would be a nice to have. Of course you could probably only look in the root directory for it though, except for the build where I suppose you could do the thing where it looks up the directories until it finds a .babelrc or a package.json with a babel option

@mjstahl
Copy link
Contributor

mjstahl commented Mar 16, 2017

I 100% in favor of this. I also think that both babelOptions and .babelrc should be able to exist in the same directory.

I am not sure which one should take precedence, but we should inform that the user that both exist in the directory, AND which one steal is going to be using.

This will compensate for the idiocy of users like myself who will forget what they configured.

If we decide the babelOptions should take precedence, then we should add a config option in babelOptions that allows me to say "Use the .babelrc file located here".

@m-mujica
Copy link
Contributor

m-mujica commented Apr 3, 2017

@m-mujica m-mujica closed this as completed Apr 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants