Hacker News new | ask | show | jobs
by Waterluvian 815 days ago
Wow that’s pretty neat. Because of that I also learned about import attributes (https://github.com/tc39/proposal-import-attributes) which is probably going to be quite useful and make the 50 lines of imports in some of my files look even dumber.
1 comments

Some loaders already encode stuff in the path url style, e.g. vite-svg-loader

import iconUrl from './my-icon.svg?url'

Maybe I'm not imaginative enough but this seems like a reasonably restricted (i.e. simple) way of parametrizing imports.

That's what I've been waiting for too. The URL params always seemed rather sketch to me. No bundlers seem to be using it that way though.