You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use this module along with babel-plugin-transform-imports so that I can map both internal and external import paths. However, this plugin causes babel-plugin-transform-imports to stop functioning.
In the built files, ~ is appropriately mapped for internal modules, however it is as if babel-plugin-transform-imports never ran (built files are still using named imports).
The text was updated successfully, but these errors were encountered:
I want to use this module along with
babel-plugin-transform-imports
so that I can map both internal and external import paths. However, this plugin causesbabel-plugin-transform-imports
to stop functioning.E.g.:
In the built files,
~
is appropriately mapped for internal modules, however it is as ifbabel-plugin-transform-imports
never ran (built files are still using named imports).The text was updated successfully, but these errors were encountered: