plugin system extendable from preset
npm install metatools-extendable-plugin-loader
class example {
constructor (options) {
this.options = options;
}
}
const pluginsets = [
{
plugin:example,
options:'test'
}
]
const extendsets = [];
const plugins = loader.extend(pluginsets, extendsets);
if want more, see docs directry