ecomfe / echarts-gl

Extension pack for Apache ECharts, providing globe visualization and 3D plots.
BSD 3-Clause "New" or "Revised" License
2.61k stars 844 forks source link

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

Open Wanghongrong opened 8 months ago

Wanghongrong commented 8 months ago

开发环境: 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 这该如何解决?

hzyniecki commented 6 months ago

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.

mystiker commented 1 month ago

Downgrading does not solve this issue

shalltears commented 9 hours ago

I also have this question