Shijie Yu

Results 2 comments of Shijie Yu

![image](https://github.com/NervJS/taro/assets/14323022/f9743edb-6aae-4b62-85e7-5bbce8bc99a5) 我这边验证到是因为开了持久化缓存引起的,开启缓存后,第二次编译时产物中没有custom-wrapper相关的代码。解决方式: 1、关闭缓存 2、如上,页面index.config.ts中增加 usingComponents: { 'custom-wrapper': '/custom-wrapper', }