ice breaker
ice breaker
> 这个问题我都提过工单,层层提交到正式开发人员那里,得到的答复是,冷启动时链接数据库出现问题正常。出问题频率超级高。我现在已经不知道该怎么正确使用cloudbase了,要把这种不可靠性考虑进去,代码十分冗余。 比如用 数据库触发器,要考虑未成功触发的话,再补一个定时触发器进行检查补救,不然业务可靠性就做不上去。 哎,还是老老实实用其他方式部署的 database 把
你好,请问你使用的是 tailwindcss 具体的版本,还有一些环境信息(nodejs)和 `tailwind.config.js`, 我复现一下。 这个项目,自从我另外写了这个[weapp-tailwindcss-webpack-plugin](https://github.com/sonofmagic/weapp-tailwindcss-webpack-plugin),维护比较少,可能在新版本上有些 bug。我复现之后会即时更改发布的。
Hi [mohdlatif](https://github.com/mohdlatif), - You can pass option `classGenerator.classPrefix` to change default `tw-` prefix. - The wrong `Soucemap` may be a bug. I'll go into this issue when I have time.
There is no particularly effective way to do this. One option is to use `mangleClassFilter` and put all the tailwindcss class names in your file to avoid obfuscation: `mangleClassFilter`: ```ts...
Hi, `[email protected]` is release. You can use the new `include`/`exclude` options to exclude files and dirs. Have a try! :)
Hi, this bug was fixed in `unplugin-tailwindcss-mangle@^2.0.6`, nice to have a try. :)
Sorry for taking so long to reply to you. I've been quite busy at work lately. This may be a problem with the `unplugin` issue. I will try to upgrade...
目前 spa 运转还算良好,ssr 框架,想那些 `nextjs` 还要你用的 `nuxtjs3` 啥的,因为他们是打多个包的(server/client) 等等,目前混淆 `server` 端包的时候有各种奇怪的问题,比如你遇到的这个。 头疼,没找到好的解决方案。
Hi, `[email protected]` is release, This version has fixed this issue. Have a try! :)
hi, I'm interested in your suggestion, and I'm going to spend some time getting to know [postcss-rename](https://github.com/google/postcss-rename) and your [astro-rename](https://github.com/RodrigoTomeES/astro-rename) first. > I write this issue because I think it's...