Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information