-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
When opts.filename
is defined, search up the chain of parent directories for a nebu.config.js
module. If the module exports an array, use it for opts.plugins
. Otherwise, an object should be exported, which is merged into opts
.
The opts
properties passed to nebu.process
take precedence over any defined in nebu.config.js
. But the plugins
arrays are concatenated if opts.plugins
is defined and nebu.config.js
exports an array of plugins (or an object with a plugins
property). During concatenation, we should take care to remove any duplicate plugins.
You can disable this feature with opts.dotconfig = false
.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request