Is your feature request related to a problem? Please describe.
Currently, plugins cannot add other plugins. #2484
Describe the solution you'd like
Add presets array option, which calls mergeConfig on each preset before plugins are processed.
The user config is merged after any presets.
Is your feature request related to a problem? Please describe.
Currently, plugins cannot add other plugins. #2484
Describe the solution you'd like
Add
presetsarray option, which callsmergeConfigon each preset before plugins are processed.The user config is merged after any presets.