@proload/plugin-rc
Enables the loading of [namespace]rc files with any extension using @proload/core.
import load from '@proload/core';
import rc from '@proload/plugin-rc';
load.use([rc]);
await load('namespace');
@proload/plugin-rcEnables the loading of [namespace]rc files with any extension using @proload/core.
import load from '@proload/core';
import rc from '@proload/plugin-rc';
load.use([rc]);
await load('namespace');