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
例如 HelloWorldRN 中将src/a/MyChildComp.js 名称改为 =>src/a/MyChildComp.jsx
src/a/MyChildComp.js
src/a/MyChildComp.jsx
程序 alita -i HelloWorldRN -o HelloWorldRN-out 将会转化出
alita -i HelloWorldRN -o HelloWorldRN-out
MyChildComp.jsx MyChildComp.wxmlx MyChildComp.wxssx MyChildCompTemplate.wxmlx
所有文件都多了个 x,小程序无法正常识别。
x
The text was updated successfully, but these errors were encountered:
.jsx
@swdenglian 是alita在处理jsx后缀的bug ,暂时可以手动 把 .jsx --> .js
Sorry, something went wrong.
👌
99fcacb
fix(alita): 修复文件名后缀.jsx的bug
82775b8
re #13
YvetteLau
No branches or pull requests
例如 HelloWorldRN 中将
src/a/MyChildComp.js
名称改为 =>src/a/MyChildComp.jsx
程序
alita -i HelloWorldRN -o HelloWorldRN-out
将会转化出所有文件都多了个
x
,小程序无法正常识别。The text was updated successfully, but these errors were encountered: