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

There is no way to configure compilers #85

Closed
ranyitz opened this issue Mar 13, 2017 · 1 comment
Closed

There is no way to configure compilers #85

ranyitz opened this issue Mar 13, 2017 · 1 comment

Comments

@ranyitz
Copy link
Contributor

ranyitz commented Mar 13, 2017

Babel compiler, for example, is extendable using plugins and presets.
Right now the compiler enables only one configuration for a certain component, which means we will need to create a different compiler component for each different configuration.
We also need to make the component configuration isolated is different developers have different project configurations (.babelrc on the root of the project).

We can maybe make the compiler reusable by enabling a .babelrc configuration file in the component directory.

@itaymendel
Copy link
Contributor

resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants