Skip to content

Fix: Entry-Point Detection

Choose a tag to compare

@evanplaice evanplaice released this 09 Apr 05:20
· 116 commits to main since this release
v1.8.2
411b1b8

Turns out import.meta.resolve has some unforeseen package boundary restrictions. Implementing a new package.json parser with built-in resolve() function was needed for the desired behavior.