We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
开发环境: 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"; 在执行ng build时出现如下问题: 这该如何解决?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Downgrading does not solve this issue
No branches or pull requests
开发环境:
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";
在执行ng build时出现如下问题:
这该如何解决?
The text was updated successfully, but these errors were encountered: