小程序转H5: Module not found
-
小程序转taro后再转H5,模块依赖找不到
🙅 Failed to compile. ./.temp/components/share/index.js Module not found: Can't resolve '../../../../../../../miniprogram_npm/vant-weapp/popup/index' in '/Users/dev/weapp/feature/banner/mall-weapp/taroConvert/.temp/components/share'
-
@左鱼子
原因是在小程序转taro时引用路径错误,改正后可以正常转换和引用;要一个个语法错误和不规范揪出来才行。