-
Notifications
You must be signed in to change notification settings - Fork 9
Question #3
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
Comments
@thales-gaddini The answer is yes. You can achieve the goal with the following configuration. module.exports = {
"settings": {
"import/resolver": {
"alias": [
["apis", "./app/apis"],
["constants", "./app/constants"],
["state", "./app/state"],
["utilities", "./app/utilities"],
]
}
}
} |
@thales-gaddini I feel so sorry that I have just realized I misled you about this issue. The configuration is right, but there's a bug(#5) with the plugin which led to your trouble. The bug has been fixed now and you will get what you want by upgrading its version to 1.1.1. Sorry for that again. |
Hello, did this bugfix still is in 1.1.2 version ? in my case, this work :
this don't :
Thank you ! |
@seloger-AmblardJulien Can you provide the simplified source code and file structure of your project to help me to reproduce the problem better. |
Hi, thanks for the plugin!
I wanted to know if the plugin accepts something like this?
If yes, do you know why I'm having trouble with that configuration? If no, think this could be an enhancement?
Thanks again!
The text was updated successfully, but these errors were encountered: