figplug icon indicating copy to clipboard operation
figplug copied to clipboard

Support multiple "ui" paths

Open romannurik opened this issue 4 years ago • 0 comments

Figma now supports multiple ui values in manifest.json, like so:

"ui": {
  "main": "main-ui.ts",
  "settings": "settings-ui.ts"
}

It'd be nice for figplug to support that too. Right now it seems to error out with:

/usr/local/bin/figplug: TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received an instance of Object

romannurik avatar Mar 25 '21 01:03 romannurik