Does Plasmic built-in Form depend on Antd5-hostless?

Hi,

I’m in the process of trying to reduce my page data size (at the moment it’s about 900kb on most pages). I think the antd5-hostless project import may be the main cause as I see alot of references to it in the NEXT_DATA serialized object. It looks like it includes the whole antd5 library, where I probably need just the form functionality.

My question is, if I remove the antd5-hostless import from Plasmic Studio, will that break any instances of the Plasmic built-in form component?