mirror of
https://github.com/directus/directus.git
synced 2026-01-30 16:58:36 -05:00
Since #11099 the extensions-sdk isn't externalized anymore when bundling API extensions. This causes rollup to pull in a lot of unnecessary dependencies that aren't automatically tree-shaken. Fixes #11275