@proload/plugin-dotfile
v0.2.1
Published
A proload plugin to support files with a leading dot
Downloads
2
Readme
@proload/plugin-dotfile
Enables the loading of .[namespace] files using @proload/core.
import load from '@proload/core';
import dotfile from '@proload/plugin-dotfile';
load.use([dotfile]);
await load('namespace');