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: correct the regexp for parsing loader name to support scoped package name #72

Merged
merged 1 commit into from
Mar 19, 2019

Conversation

wayou
Copy link
Contributor

@wayou wayou commented Jan 23, 2019

For package name @scope/name, currently the output is @scope.
This PR fix improve the regexp to support scoped package name.

Fix #73

@stephencookdev
Copy link
Owner

Thanks for this PR! Sorry I've left this unreviewed for so long! 😢

I'm just taking a look now - but I think it looks great 🙂

@stephencookdev stephencookdev merged commit 730f3c0 into stephencookdev:master Mar 19, 2019
@stephencookdev
Copy link
Owner

Merged + live in 1.3.1
Thanks again @wayou! 😄

sunft1996 pushed a commit to sunft1996/speed-measure-webpack-plugin-source-read that referenced this pull request Jul 20, 2023
fix: correct the regexp for parsing loader name to support scoped package name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

loader name is incorrect for scoped package
2 participants