How to clean up the unused imports in Plasmic generated code?

Hey folks, the auto generated plasmic files that has the plasmic code has a bunch on un-used imports, and that’s coming from “@plasmicapp/react-web” . This is something I have noticed in a lot of auto generated plasmic files. Is there a way to clean that up in Plasmic, and what’s the best way to tree shake “@plasmicapp/react-web” as i noticed it adds a bundle for “@react-aria” which not sure if its picking from esm

It does rely on react-aria for things like “focus within” support, as well as built in interactive components like Select. It should be using esm and your bundler should be able to tree shake it properly though