ProjectEvergreen / greenwood

Greenwood is your workbench for the web, embracing web standards from the ground up to empower your stack from front to back.
https://www.greenwoodjs.io
MIT License
96 stars 9 forks source link

Enhancement/restore rollup local workspace resolution #1066

Closed thescientist13 closed 1 year ago

thescientist13 commented 1 year ago

Related Issue

N / A

Noticed some odd paths coming out some projects while upgrading them to v0.28.0-alpha.1. Nothing was broken but I also noticed compared to the original logic, it was also doing bit more than it should be.

Summary of Changes

  1. Restore Rollup local workspace resolution

TODO

  1. [x] Add / update test case for ESM path that doesn't start with a . (Per ESM, imports can not start with a /)