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

How to ignore aliases? #872

Closed
SilentImp opened this issue Jun 12, 2017 · 2 comments
Closed

How to ignore aliases? #872

SilentImp opened this issue Jun 12, 2017 · 2 comments
Labels

Comments

@SilentImp
Copy link

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?

@ljharb
Copy link
Member

ljharb commented Jun 12, 2017

See the resolvers section of the readme.

@benmosher
Copy link
Member

closing but willing to re-open if webpack resolver is insufficient. AFAIK it handles this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants