yuanqing / figma-plugins

:fire: Monorepo for my Figma plugins
https://figma.com/@yuanqing
MIT License
239 stars 32 forks source link

can not use enablePrivatePluginApi property in manifest.json #30

Closed BFridge closed 3 years ago

BFridge commented 3 years ago

enablePrivatePluginApi?: boolean This enables API that's specific to private plugins. Setting this will also enable local plugins to work with these APIs during development.

how can I use this property ?
is there a way to skip the generate of manifest.json when run build?

thx

yuanqing commented 3 years ago

enablePrivatePluginApi?: boolean

This option will be supported in the next stable release of the build-figma-plugin CLI

yuanqing commented 3 years ago

Closing given the release of @create-figma-plugin/build@1