guohui

Results 21 comments of guohui

> > ![image](https://user-images.githubusercontent.com/32350854/241991948-6aa7ae79-b22f-48e0-8497-58c457805d6e.png) 看社区管不管了 > > 你用 hbuilderx 来云打包和自定义基座调试的把,hbuilderx 里也有正式版和 Alpha版 ,你用的是哪个版本,照理说装的是 2.0.2-alpha,应该用 Alpha版本的 hbuilderx 是alpha版本

![image](https://github.com/sonofmagic/weapp-tailwindcss/assets/32350854/eefd3014-8d48-46c4-852e-ec7627f5af68) 查看调试的时候打包的内容,class是生成的 但是css内容却没有生成 ![image](https://github.com/sonofmagic/weapp-tailwindcss/assets/32350854/4aaf1f3b-3db0-4851-9887-6033270ca937)

我想我可能知道什么问题了。。。。

![image](https://github.com/sonofmagic/weapp-tailwindcss/assets/32350854/a9d82c92-c8b1-4b6f-8d29-f35615677ad1) 这里不是app,是app-plus

从你的demo项目copy过来的,没检查。。。

> 原来是app-plus...我没写过这个平台,处理方式和 `app` 一样嘛 没有app这个值吧,app平台都是app-plus

> https://uniapp.dcloud.net.cn/tutorial/platform.html > > 是的,没有 `app` 这个值.... 我的 我去改一下模板 (_/ω\_) 给我郁闷好几天,解决了就舒服了

在从v1升级到v2的过程中,如果使用了云函数相关功能,编译到小程序会出现问题,我提问的链接在这里,你可以在迁移到v2的文档里写一下,避免后来的兄弟踩坑,排查好久 https://ask.dcloud.net.cn/question/170057

i have the same problem 目前发现,本地打包是没问题的,服务器打包出现了问题 - local `windows 11` `node v16.18.0` - server `CentOS Linux release 7.4.1708 (Core)` `node v14.17.0` ``` "vue-cli-plugin-windicss": "1.1.6", "vue": "^2.6.11", "@vue/cli-plugin-babel": "~4.4.0", "@vue/cli-plugin-eslint": "~4.4.0",...