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
Hi, I have added alias in my webpack configuration:
alias: { config: resolve(baseDir, `./config/application.${env}.js`), },
And now my code can't pass eslinter, which is sad. How I may exclude aliases? Or many you may advice me some other nice solution on such situation?
The text was updated successfully, but these errors were encountered:
See the resolvers section of the readme.
Sorry, something went wrong.
closing but willing to re-open if webpack resolver is insufficient. AFAIK it handles this.
No branches or pull requests
Hi,
I have added alias in my webpack configuration:
And now my code can't pass eslinter, which is sad.
How I may exclude aliases?
Or many you may advice me some other nice solution on such situation?
The text was updated successfully, but these errors were encountered: