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

🐛 Escape namespaced dependencies in Babel exclude regex #21

Merged
merged 3 commits into from
Oct 29, 2019

Conversation

obahareth
Copy link
Owner

@obahareth obahareth commented Oct 29, 2019

Other changes:

  • Add tests for babel-loader exclude regex building.
  • Bumps version to 1.3.3.

This should fix #20.

Handle dependencies with a forward slash in their name by replacing it with a `\/` so they can work properly in a regex. This should fix #20.
@obahareth obahareth merged commit 3222a26 into master Oct 29, 2019
@obahareth obahareth deleted the fix/namespaced-dependencies-regex branch October 29, 2019 17:43
@obahareth obahareth changed the title 🐛 Escape namespaced dependencies in Babel exclude regex 🐛 Escape namespaced dependencies in Babel exclude regex Oct 29, 2019
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.

Exscape Scopes in Regex
1 participant