Not sure if this is intended, but https://github.com/payloadcms/plugin-template/blob/b98324caa41f8600537c4478af57505e20bd3e87/src/plugin.ts#L33 the config.admin modifications happen before `enable` is checked, which would cause the components to be loaded in even if the plugin is disabled.