Commit cf37f70
fix(plugin-chart-echarts): drop locales not shipped by echarts 5.6.0
Greek (langEL) and Latvian (langLV) i18n bundles were added in echarts 6,
so the static locale import map fails to resolve them once the dependency
is pinned back to 5.6.0, breaking every webpack build. Both locales now
fall back to English, which loadLocale already handles.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 1d8a63f commit cf37f70
1 file changed
Lines changed: 5 additions & 4 deletions
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
134 | | - | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
135 | 138 | | |
136 | 139 | | |
137 | 140 | | |
| |||
141 | 144 | | |
142 | 145 | | |
143 | 146 | | |
144 | | - | |
145 | 147 | | |
146 | 148 | | |
147 | 149 | | |
| |||
151 | 153 | | |
152 | 154 | | |
153 | 155 | | |
154 | | - | |
155 | 156 | | |
156 | 157 | | |
157 | 158 | | |
| |||
0 commit comments