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
Thank you for making this started available, it helps quite a lot.
I was wondering for guidance on how to make this work with path aliases.
I think esbuild already support this: evanw/esbuild#38
But apparently it doesn't work in this case, it doesn't even recognize paths like this:
src/folder/folder
You have to provide relative paths like this:
../folder/folder
The text was updated successfully, but these errors were encountered:
Thank you for making this started available, it helps quite a lot.
I was wondering for guidance on how to make this work with path aliases.
I think
esbuild
already support this:evanw/esbuild#38
But apparently it doesn't work in this case, it doesn't even recognize paths like this:
You have to provide relative paths like this:
The text was updated successfully, but these errors were encountered: