web icon indicating copy to clipboard operation
web copied to clipboard

Fix rollupAdapter handling of outside-workspace imports

Open justinfagnani opened this issue 1 month ago • 1 comments

Fixes https://github.com/modernweb-dev/web/issues/2231

What I did

  1. Made rollupAdapter correctly take into account rootDir when rewriting outside-of-workspace resolved specifiers.

This PR is a draft because I can't get tests to run locally, and I'm not sure if there's an existing test fixture structure that can express a root dir.

justinfagnani avatar May 10 '24 03:05 justinfagnani