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 @/abc being treated as scoped module #1854

Merged
merged 1 commit into from Jul 14, 2020
Merged

Fix @/abc being treated as scoped module #1854

merged 1 commit into from Jul 14, 2020

Commits on Jul 12, 2020

  1. [Fix] extensions/importType: Fix @/abc being treated as scoped module

    Fixes #1851
    
    Before this commit, @/abc was being wrongly detected as a scoped module.
    This was a problem when somebody had a webpack alias `@`. (eg. @ -> ./src)
    
    In general, scoped modules can't start with @/, I think they have to be like @/abcd.
    Artur Tagisow authored and ljharb committed Jul 12, 2020
    1
    Copy the full SHA
    3e65a70 View commit details
    Browse the repository at this point in the history