@proload/plugin-json
v0.3.1
Published
A proload plugin to support .json and .jsonc files
Downloads
277
Readme
@proload/plugin-json
Enables the loading of [namespace].config.json files using @proload/core.
import load from '@proload/core';
import json from '@proload/plugin-json';
load.use([json]);
await load('namespace');