mzy2240 commented on issue #15256: URL: https://github.com/apache/echarts/issues/15256#issuecomment-984337365
The `echarts.min.js` directly come from the echarts dist installed from npm. Tree shaking seems not perform well, though I used quite a lot components from echarts, after tree shaking I still got around 2.5MB (before tree shaking it is 3.5MB). That's why if you look at the code, I already start to import dark them manually to just try everything I could to minimize the bundle size. -- 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]
