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
Transform for export default 3; is failing with an 'unexpected token' error -- will investigate deeper. It works for const X = 3; export default X; though...