With the upgrade to Sage 11 and replacing Bud with Vite, this means any reusable code (e.g. Composer packages) that relies on \Roots\bundle no longer works.
Is there anything available to support bundling/enqueueing assets supporting sites using Bud and Vite?
I understand this regarding writing new code within Sage 11.
But how can we write backwards compatible code in an acorn package to ensure assets are enqueued in functions when the main application could be using Vite or Bud?
Something like checking function exists for \Roots\bundle\ isn’t ideal since it still exists in v5 of acorn. I can see that bundle does load the Vote manifest, just doesn’t enqueue anything.