-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
feature: support preact #67
Conversation
支持preact
Someone is attempting to deploy a commit to a Personal Account owned by @innocces on Vercel. @innocces first needs to authorize it. |
可以看下 #47 里的评论. 实际上是不需要主动判断是否安装 preact 的. 因为 taro 内部在 preact 模式下会创建 alias: {
react: 'preact'
}
```.
所以在 preact 模式下. react 依然可以被找到 |
并不会我最近工程尝试过 |
官方cli创建的是没有别名的如果这样直接提交可以减少眼瞎的问题 |
不是的,这个是内置在他们的插件中的,不是显式出现的 |
找不到我才提交的你可以新建工程测试一下 |
好的,晚些我尝试一下 |
确实是的. 项目仓库能找到是因为冒泡到了顶层上. |
支持preact
🤔 这个变动的性质是?/ What is the nature of this change?
🔗 相关 Issue / Related Issue
💡 需求背景和解决方案 / Background or solution
📝 更新日志 / Changelog