lilconfig
lilconfig copied to clipboard
Zero-dependency nodejs config seeker.
I think the loaders can read the file themself, it's not necessary to provide the content to `loader`. https://github.com/antonk52/lilconfig/blob/b056bd8e9d78eb258992005eedc855256af8bbe6/src/index.ts#L257
I'd like to request an option to return the full module export, instead of `mod.default` as specified here: https://github.com/shellscape/lilconfig/blob/e5424adf0944265050b0b8cd1b02d28613682204/src/index.js#L48 I'm working in an environment where named exports are preferred over...
Without this change, config files stored as esm (the ones that use the dynamicImport loader) won't be updated. Esm returns the previous loaded state of the module. # How to...