I’m using WebPack and having good results using multiple .ts
files which get bundled into ui.ts
. But I haven’t found a way to access figma.xxxx
properties and functions outside of plugin.ts – no way to import it.
Has anyone done something like this? Thanks!