Xliam
Xliam
https://www.toolbon.com/
adb 终端可以使用了,也显示连接的手机了,但是图片还是没显示
@WoeOm 是的win7下 报了 { Error: Command failed: adb exec-out screencap -p > 的错误
if (a !== a) return b !== b; 请问下这个怎么理解?
@shouhe 比如a是 {'a':1} 然后执行{'a':1} !== {'a':1} 不是直接返回 b !== b 了,没有执行下去了啊
明白了 @shouhe ,谢谢
**问题描述** 打包的时候提示npm/taro-echarts/components/ec-canvas/ec-canvas 包超过500kb跳过编译和压缩 ```js 线上出现: Component is not found in path "npm/taro-echarts/components/ec-canvas/ec-canvas" (using by "npm/taro-echarts/components/Chart/index");onAppRoute Error: Component is not found in path "npm/taro-echarts/components/ec-canvas/ec-canvas" (using by "npm/taro-echarts/components/Chart/index") ``` **报错信息** ``` 1、打包的时候提示npm/taro-echarts/components/ec-canvas/ec-canvas...
@eyelly-wu 运行的时候没有报错,提示超过500k跳过了编译了压缩,打包的时候因为没有压缩超过了500kb,导致整个应用包过大,勾选上传压缩,可以上传,问题是线上出现了Component is not found in path "npm/taro-echarts/components/ec-canvas/ec-canvas" (using by "npm/taro-echarts/components/Chart/index");onAppRoute Error: Component is not found in path "npm/taro-echarts/components/ec-canvas/ec-canvas" (using by "npm/taro-echarts/components/Chart/index")
开发环境也是显示: BABEL] Note: The code generator has deoptimised the styling of "/Users/yxl/project/myProject/cloneDemo/toolTaro/node_modules/taro-echarts/components/ec-canvas/echarts.js" as it exceeds the max of "500KB". 整个echarts.js 是我定制下载的