figmae erorr:ReferenceError: regeneratorRuntime is not defined
Closed this issue · 4 comments
zhump commented
banyudu commented
看起来像是 Babel 的问题,怎么复现的?
banyudu commented
我 clone 下来代码试了下,没复现问题。需要提供复现方法才能进一步调查。
另外更新了下 README 和 demo,加入更多的示例和用法说明,可以参考一下。
zhump commented
how debug this project ?
banyudu commented
how debug this project ?
运行 npm run dev
即可启动调试。
React 相关的代码 src/pages
下的代码大多可以热更新,src/figma
下的代码会自动编译,但是受限于 figma 的机制不能热更新,需要在 figma 的 Plugins
中重新运行插件(可以 Run last Plugin
快速启动)。