KapilSachdev commented on PR #124: URL: https://github.com/apache/echarts-examples/pull/124#issuecomment-3499197827
Turns out the build process is a bit different. Examples are copied to website but the HTML and some dependency come from [apache/echarts-www](https://github.com/apache/echarts-www) After building `localsite` via [apache/echarts-www](https://github.com/apache/echarts-www), error from [vue-i18n](https://github.com/intlify/vue-i18n) popped up only for production build. All works well in dev server mode. Getting syntax error from below code of [vue-i18n](https://github.com/intlify/vue-i18n) : https://github.com/intlify/vue-i18n/blob/4786d3db1c4a24ee86716d59a74433d99710a2dc/packages/vue-i18n-core/src/i18n.ts#L712-L718 Another non-blocker issue is that SVGs are being duplicated in final build. SVG process in webpack is changed to remove element-ui icon dependency and rather adding another dependency for icons, it was better to have in-house svg as there are not much, so sprite was added. Currently this seems to require a bit more cleaning. -- 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]
