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

Configuration File: multiple input values #8

Open
beatrizrezener opened this issue Jul 5, 2020 · 2 comments
Open

Configuration File: multiple input values #8

beatrizrezener opened this issue Jul 5, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@beatrizrezener
Copy link
Contributor

beatrizrezener commented Jul 5, 2020

Configuration File: multiple input values

Problem

Today, we can only provide a single input path, but it can be useful to define more than one source folder.

Feature description

Change input configuration to be possible to define an array with the desired paths, like:

module.exports = {
   input: ["../my-project/app/components", "../my-project/app/util"]
   ...
}
@beatrizrezener
Copy link
Contributor Author

@DaviSena Does it make sense for the project? What do you think?

@DaviSena DaviSena added the enhancement New feature or request label Jul 7, 2020
@DaviSena
Copy link
Collaborator

DaviSena commented Jul 7, 2020

@beatrizrezener I agree with this improvement, it makes sense!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants