nirsky / figma-plugin-react-template

Quickstart your Figma Plugin with this template and tooling.
MIT License
446 stars 89 forks source link

cannot import js functions to controller.ts #25

Closed kakax114 closed 1 year ago

kakax114 commented 2 years ago

using regular way to import import { foo } from './func.ts', and call foo() got

TypeError: not a function at ./src/plugin/controller.ts (PLUGIN_71_SOURCE:119) at call (native) at __webpack_require__ (PLUGIN_71_SOURCE:20) at (PLUGIN_71_SOURCE:84) at (PLUGIN_71_SOURCE:343) at call (native) at (PLUGIN_71_SOURCE:346)

nirsky commented 1 year ago

I can't reproduce. Please share some code