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
Currently the way to detect if a component is a class or a function is really brittle. At it's core babel is meant to work on a file by file basis and doesn't really support parsing file dependencies.
Currently the way to detect if a component is a
classor afunctionis really brittle. At it's corebabelis meant to work on a file by file basis and doesn't really support parsing file dependencies.