Skip to content
Discussion options

You must be logged in to vote

Thanks for reporting this! This was a bug in how fallow resolved root-relative paths (like /src/main.tsx) from HTML files. Instead of treating them as web-convention paths relative to the project root (which is how Vite, Parcel, etc. handle them), fallow was treating them as absolute filesystem paths.

This is fixed in v2.17.0, which was just released. Upgrade with:

npm install -g fallow@2.17.0

After upgrading, the false unresolved-import report for /src/main.tsx in index.html should be gone. Let me know if you run into anything else!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by BartWaardenburg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants