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
It would be nice to enable URL imports fpr esbuild.
Some tools already switch to providing Components or utilities via urls, it would be nice to be able to run:
import XXX from 'https://urltoimportfrom.com/components';
Some tools that provide that functionality are f.e. Framer or Unpkg
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice to enable URL imports fpr esbuild.
Some tools already switch to providing Components or utilities via urls, it would be nice to be able to run:
Some tools that provide that functionality are f.e. Framer or Unpkg
Research brought me to https://esbuild.github.io/plugins/#http-plugin.
Is that already possible and i am missing something or are there some restrictions regarding the remix build process.
Beta Was this translation helpful? Give feedback.
All reactions