superchangme commented on issue #11855: URL: https://github.com/apache/echarts/issues/11855#issuecomment-2567379143
> 浏览器里直接使用 > > ``` > <script type="module"> > import ECharts from './echarts.min' > </script> > ``` > > 引入? 我直接importmap引入了echarts.esm.min.js, 第三方插件使用了下面这种方式,会导致cdn失效,重复打包有什么解决方案吗 import * as echarts from "echarts/core";  -- 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]
