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
Fix path construction to handle both bsb and rewatch
bsb passes path='.' and expects source_subdir to be extracted from output_prefix.
rewatch passes path=file_path.parent() which already contains the full directory.
Now check if path is a base directory (., lib/es6, etc.) and only then
extract source_subdir from output_prefix. Otherwise use path as-is.
0 commit comments