-
Notifications
You must be signed in to change notification settings - Fork 29
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
Better babel
support / support for .babelrc
file
#7
Comments
You'll need to get their babel settings, but also the node modules that they depend on (ie, babel plugins and presets) |
@ljharb - Is there a module which will do this already? Will the users have to modify Trying to get a feel so that this will "just work" for babel users. Essentially, we need to be able to clone this folder and run |
When running
|
they need to be installed locally inside the project that references them, i think |
That makes sense. I guess best practice is for developers to specify the required deps in dev dependencies of the project. |
Our current configuration of
babel
for microservices is a bit hard-coded. We should respect the users.babelrc
configuration / makebabel
configurable in thestack
tool.see: https://github.com/Stackvana/stack/blob/master/lib/compileServiceCode/babel/index.js#L7
I'm not personally using
babel
for development, so it anybabel
users can assist here, it would be much appreciated.cc @ljharb
The text was updated successfully, but these errors were encountered: