require-glob
require-glob copied to clipboard
Support esm with `importGlob`
It would be nice to have both esm and cjs support by using import
and require
respectively. Need to look into how bustCache would work in esm, if at all.