We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Today, we can only provide a single input path, but it can be useful to define more than one source folder.
Change input configuration to be possible to define an array with the desired paths, like:
input
module.exports = { input: ["../my-project/app/components", "../my-project/app/util"] ... }
The text was updated successfully, but these errors were encountered:
@DaviSena Does it make sense for the project? What do you think?
Sorry, something went wrong.
@beatrizrezener I agree with this improvement, it makes sense!
No branches or pull requests
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:The text was updated successfully, but these errors were encountered: