张富

Results 5 comments of 张富

1. 请问插件开发如何使用taro-ui? 2. 插件开发使用@tarojs/async-await?

@blackRe 在插件开发使用@tarojs/async-await,打包后微信开发工具提示`regeneratorRuntime is not defined`, 追踪了打包后的代码,发现里面直接使用regeneratorRuntime方法, 但发现regeneratorRuntime在global下,直接使用会报错`regeneratorRuntime is not defined`,只能写一个`const regeneratorRuntime = global.regeneratorRuntime;`解决这个问题? 这是我使用方式有问题吗?

same problem, import @ant-design/icon ![image](https://user-images.githubusercontent.com/19772048/79213645-1ca76b80-7e7c-11ea-8176-3765509b4496.png)

@LiangFuzhi 解决了吗?

相同的需求, 如何制作自己的私有区块