We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[WXML Runtime warning] ./base.wxml Template `tmpl_0_i` not found. 355 | 356 | <template name="tmpl_3_container"> > 357 | <template is="{{xs.a(3, i.nn, l)}}" data="{{i:i,cid:3,l:xs.f(l,i.nn)}}" /> | ^ 358 | </template> 359 | 360 | <template name="tmpl_4_0">
The text was updated successfully, but these errors were encountered:
在 config/index 中关闭 prebundle 以及 cache,能解决大多数 Taro 找不到模板的问题,可以试一下。
compiler: { type: 'webpack5', prebundle: { enable: false } }
Sorry, something went wrong.
已经关闭了
No branches or pull requests
The text was updated successfully, but these errors were encountered: