esbuild-plugin-import-glob
esbuild-plugin-import-glob copied to clipboard
A esbuild plugin which allows to import multiple files using the glob syntax.
Results
21
esbuild-plugin-import-glob issues
Sort by
recently updated
recently updated
newest added
Maybe I am missing something but I was not able to get dynamic imports to work. ``` // This does work. It returns an object with the files I expected....