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
bob bootstrap uses a regex for rewriting import paths which sometimes hits wrong code. We should move it to run on AST (e.g. babel instead). Furthermore, it needs to leverage to file system for correctly rewriting file paths that point to an index.js file.