-
### Taro
>一套基于 NodeJS 遵循 React 语法规范的多端统一开发框架
>https://github.com/NervJS/taro
>https://taro.js.org/
>https://nervjs.github.io/taro/
>https://github.com/NervJS/awesome-taro
>https://github.c…
-
经过鉴定,是 taro 使用 vite 打包的时候出现的这个问题,他会把这些选择器全部去除,
而 taro webpack5 打包正常,没有出现这个问题
版本都是 `4.0.7` taro
正常的 demo https://github.com/sonofmagic/weapp-tailwindcss/tree/main/demo/taro-app
-
如题,taro的微信小程序怎么引入
因为taro会将代码打包为小程序代码,需要再打包完成后再引入吗。
-
### Taro Next
>https://taro-docs.jd.com/taro/next/docs/migration.html
#### CLI 工具安装
>首先,你需要使用 npm 或者 yarn 全局安装@tarojs/cli,或者直接使用npx:
>使用 npm 安装 CLI
```bash
$ npm install -g @tarojs/cli@n…
-
"dependencies": {
"@babel/runtime": "^7.7.7",
"@nutui/nutui": "^3.1.18",
"@nutui/nutui-taro": "^3.1.10",
"@tarojs/cli": "3.4.7",
"@tarojs/components": "3.4.7",
"@tarojs/plugin-html"…
-
由于 Taro 注入了 window,导致 f2 engine 在 isBrowser 上判断不出来,导致微信小程序下会报错
```ts
// packages/g-lite/src/utils/canvas.ts
export const isBrowser =
typeof window !== 'undefined' && typeof window.document !==…
-
Cannot read property 'node' of null
taro,3.6.2
-
-
### 相关平台
微信小程序
**小程序基础库: 1**
**使用框架: React**
### 复现步骤
npm install -g @tarojs/cli@3.6.35
taro init myApp
### 期望结果
执行taro命令不报错
### 实际结果
node:internal/modules/cjs/loader:1143
t…
-
实测在 taro 4 环境,复制这个 demo 的实现到新建的项目里会报错,提示 document.defaultView 这个位置 document 是 undefined