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 we always assume the import statements are always paths relative to the working dir. However in the case of submodules, the import statement is relative to the parent module path.
Also if a path does not start with ./ it is probably under node_modules but not sure if we want to support that
Currently we always assume the import statements are always paths relative to the working dir. However in the case of submodules, the import statement is relative to the parent module path.
Also if a path does not start with
./
it is probably undernode_modules
but not sure if we want to support thatHere are some details on path resolving: https://github.com/browserify/browserify?tab=readme-ov-file#example
The text was updated successfully, but these errors were encountered: