zbn1120 opened a new issue, #20691:
URL: https://github.com/apache/echarts/issues/20691
### What problem does this feature solve?
react项目使用echarts按需引入,打包时排除了echarts依赖,在产物中有require("echarts/core")的类似。在使用项目时,提供echarts.min.js作为echarts环境,显示无法找到core.js等报错。
In a React project using ECharts with on-demand imports, the ECharts
dependency was excluded during the build process. However, the output still
contains statements like require("echarts/core"). When using the project,
providing echarts.min.js as the ECharts environment results in errors
indicating that core.js cannot be found.
### What does the proposed API look like?
11
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]