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
With config.js we usually load modules. It'll be great, if we can do this with a simple .json file.
config.js
We could also support pattern based file loading. This will simplify things.
If the user needs, he could use import a .js file of his own and do any custom JS stuff as well.
The text was updated successfully, but these errors were encountered:
json is a pretty poor format for manual configuration in my humble opinion:
I think we're doing everyone a favour by not having them deal with that 🤗
Sorry, something went wrong.
No branches or pull requests
With
config.js
we usually load modules. It'll be great, if we can do this with a simple .json file.We could also support pattern based file loading.
This will simplify things.
If the user needs, he could use import a .js file of his own and do any custom JS stuff as well.
The text was updated successfully, but these errors were encountered: