echarts-gl icon indicating copy to clipboard operation
echarts-gl copied to clipboard

Angular17.x版本使用browser-esbuild构建出现You can mark the path "zrender/lib/core/matrix" as external to exclude it from the bundle

Open Wanghongrong opened this issue 1 year ago • 2 comments

开发环境: Angular: 17.2.0, Node: 20.11.0, npm: 10.2.4, echarts: 5.4.3, echarts-gl: 2.0.9, ...... 在构建脚本中,将angular的默认构建由"builder": "@angular-devkit/build-angular:browser", 更改为"builder": "@angular-devkit/build-angular:browser-esbuild"; 1 在执行ng build时出现如下问题: image 这该如何解决?

Wanghongrong avatar Feb 21 '24 00:02 Wanghongrong

Downgrading to echarts to 5.4.3 seemed to fix my issue with the building. It appears that echarts 5.5.0 introduced this bug.

hzyniecki avatar May 14 '24 18:05 hzyniecki