Open spencerHT opened 1 month ago
Hey @spencerHT! We really appreciate you taking the time to report an issue. The collaborators on this project attempt to help as many people as possible, but we're a limited number of volunteers, so it's possible this won't be addressed swiftly.
If you need any help, or just have general Babel or JavaScript questions, we have a vibrant Slack community that typically always has someone willing to help. You can sign-up here for an invite.
💻
How are you using Babel?
babel-loader (webpack)
Input code
I init a Github repo for reproducing the case. link. How to reproduce the case:
The code before transformed is:
Configuration file name
No response
Configuration
No response
Current and expected behavior
The code after babel transformed is:
The
TagsType
is not defined.I tried to put
TagsType
out of theTags
namespace, and then will be fine: Input:Output:
Environment
Possible solution
No response
Additional context
No response