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
Before, if `distDir` was an absolute path, `absoluteInputPath` would end up
having rootPath doubled. This uses `path.resolve` instead of `path.join` to
resolve that issue.
0 commit comments