Replies: 1 comment
-
This have been formalized and superseded in #4549 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Right now, any JS and TS file you import will do an actual import, but sometime you want to import it and get a hashed URL back for that file.
I was thinking Remix could have a way to say "hey I want to import this but get a URL back", something like this
Remix could either left the file untouched and just hash the name and put it in the public/build folder or it could process it with esbuild and let you import more things from inside those files.
Beta Was this translation helpful? Give feedback.
All reactions