Prerequisites
Issue
By default, the generated templates pass options to the autoloader, which are then propagated to all loaded plugins.
This behavior can cause errors with external plugins if they receive unexpected properties or values in options
Here’s an example of the issue in the demo repository:
fastify/demo#119
Should we continue to do this?
Or simply add doc to prevent this kind of errors in the future?
Prerequisites
Issue
By default, the generated templates pass
optionsto the autoloader, which are then propagated to all loaded plugins.This behavior can cause errors with external plugins if they receive unexpected properties or values in
optionsHere’s an example of the issue in the demo repository:
fastify/demo#119
Should we continue to do this?
Or simply add doc to prevent this kind of errors in the future?