Skip to content

Conversation

yzydeveloper
Copy link

@yzydeveloper yzydeveloper commented Apr 8, 2022

What kind of change does this PR introduce? (check at least one)

  • Bugfix
  • Feature
  • Code style update
  • Refactor
  • Docs
  • Underlying tools
  • Other, please describe:

Does this PR introduce a breaking change? (check one)

  • Yes
  • No

Other information:
When the transpileDependencies option is regular, it will be written like this according to the developer's convention: /@scope\/external-dep/ . However, the matching fails due to the windows style path, and must be /@scope\\external-dep/ to be matched. This commit fixes this bug and escapes the regex again.

Copy link

@cgaof cgaof left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants