When you use the XenForo CLI to build an addon (using the php cmd.php xf-addon:build command), it looks at your composer.json file. If the command isn't configured correctly or if your dependencies aren't separated, the build process pulls in everything in the vendor folder.
Are you using a build.json file to exclude specific files or directories from the final zip?
When you use the XenForo CLI to build an addon (using the php cmd.php xf-addon:build command), it looks at your composer.json file. If the command isn't configured correctly or if your dependencies aren't separated, the build process pulls in everything in the vendor folder.
Are you using a build.json file to exclude specific files or directories from the final zip?