-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
微信小程序转taro再转h5后,转后的h5在浏览器中无法正常预览 #3398
Comments
欢迎提交 Issue~ 如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏 如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。 Good luck and happy coding~ |
遇到了一样的问题. |
找到一个跟我一样的问题,小伙伴20多天前就提了issue#3158,现在还没解决 |
appjs的Nave改成 Taro,或者在上面加入import Nerv from "nervjs" |
这个手动可以解决问题,但是按理说应该转换过程中进行处理的,所以看issue还是留着 |
1.3.2之后的版本,该问题已经修复了,不存在了 |
问题描述
[问题描述:将现有微信小程序,taro convert转换成taro项目后,再build:h5,最终转成的h5项目在浏览器无法正常浏览]
复现步骤
[复现问题的步骤]
5、如果是npm run build:h5,h5项目从入口文件index.html打开,index中引用的js和css路径不对,手动修改后,引入资源后,再报错第4步的错
期望行为
[微信小程序转后的taro项目,再转换成h5项目,能够在浏览器正常预览]
报错信息
[已在复现步骤中贴图]
系统信息
补充信息
[可选]
[根据你的调查研究,出现这个问题的原因可能在哪里?]
The text was updated successfully, but these errors were encountered: