SiteExporter should remove recipe dependencies
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3577923. -->
Reported by: [phenaproxima](https://www.drupal.org/user/205645)
Related to !838
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>Right now, the site exporter will preserve the <code>recipes</code> key in <code>recipes.yml</code>, and the relevant dependencies in <code>composer.json</code>.</p>
<p>This isn't really a problem, but it's redundant and confusing. The exporter exports monolithic recipes that include <em>all</em> of what those recipes already did, so there's no real need for those recipes to be depended upon. It adds confusion and hurts performance.</p>
issue