wowhy

Results 3 comments of wowhy

使用 preact ,input adjustPosition设置成false不生效, 切换回react后没问题,taro版本3.4.12。

用webpack拆分和 __non_webpack_require__.async 暂时是解决了分包异步化的问题。只要在开启页面之前能够预先调用 __non_webpack_require__.async 就可以保证import的组件能够使用了 webpack配置 ![1655950944664](https://user-images.githubusercontent.com/3390290/175193536-7a39a5da-f40a-4b43-83da-b7bb464717ae.png) 路由跳转时加载异步分包 ![1655953386822](https://user-images.githubusercontent.com/3390290/175198186-0bc17376-9cc0-4de6-8e73-9c57a1bc747d.png)