Vite — Resolve `import.meta.glob` in TypeScript
Vite is a modern tool to bundle your frontend assets. You’re mainly using ES Modules when working with Vite. And Vite extends the global import.meta object with handy utilities. For example, it adds an import.meta.glob function allowing you to resolve files from a path. In combination …
Continue Reading