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

fix: respect webpack aliases (resolve.alias) #479

Merged
merged 3 commits into from
Apr 13, 2018
Merged

fix: respect webpack aliases (resolve.alias) #479

merged 3 commits into from
Apr 13, 2018

Commits on Jun 27, 2017

  1. fix: respect webpack aliases

    evilebottnawi committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    d65020c View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2018

  1. Configuration menu
    Copy the full SHA
    9e11224 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2018

  1. feat: Refactor resolving and simplify webpack config aliases

    - Make it easier to alias modules via the webpack config
    - Make importsToResolve algorithm more readable
    
    BREAKING CHANGE: This slightly changes the resolving algorithm. Should not break in normal usage, but might break in complex configurations.
    jhnns committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    44f1d8c View commit details
    Browse the repository at this point in the history