-
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 v3.0.7 build:h5时报错 #7303
Comments
taro-bot2
bot
added
F-react
Framework - React
T-h5
Target - 编译到 H5
V-3
Version - 3.x
labels
Aug 11, 2020
我的repo是github上私有repo,麻烦需要代码的同学加我qq,谢谢 |
3.0.2 h5.router.mode = hash取不到参数,h5.router.mode = browser报Route not found 3.0.7 build报错不知道哪里有问题 救救孩子吧 |
ok,每个页面下都加上对应都 |
正解,3.0.7 包这个错也是h5.router.mode 取不到参数的原因 |
为什么要强制加呢 |
@konglx90 我不知道,3.0.2的时候还不会报错的,升级之后就这样了。 |
@konglx90 这个问题有解决吗 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
相关平台
H5
浏览器版本: Chrome 版本 84.0.4147.105(正式版本) (64 位)
使用框架: React
复现步骤
原本taro-cli和项目中的taro是
v3.0.2
版本,运行npm run build:h5
正常。后面为了解决另一个问题,运行以下命令升级到v3.0.7:
sudo taro update self 3.0.7
taro update project 3.0.7
然后在3.0.7环境下打包 npm run build:h5 就报错了:
而我
/pages/activityApply/
下有且只有index.jsx
,从来没有过index.config
,不明白为什么会报这个错。在v3.0.7下,运行以下命令回退版本:
sudo taro update self 3.0.2
taro update project 3.0.2
回退成功之后,不改变项目中任何文件的情况下,运行
npm run build:h5
,可以成功build。我认为这说明v3.0.7打包是有问题的。
期望结果
npm run build:h5
成功实际结果
npm run build:h5
报错环境信息
The text was updated successfully, but these errors were encountered: