[Bug] ESM configuration not compatible with JSPM #20693
Open
Description
Version
>= 5.5.0-rc1
Link to Minimal Reproduction
https://generator.jspm.io/#U2VhYGBkDM0rySzJSU1hSE3OSCwqKXYw1TPVM9AtStYzBACYUzkvIQA
Steps to Reproduce
- Generate an import map with https://generator.jspm.io to use echarts
Current Behavior
It fails: Error: Module not found https://ga.jspm.io/npm:[email protected]/lib/animation/Animator.js imported from https://ga.jspm.io/npm:[email protected]/index.js
Expected Behavior
It worked with 5.4.3 (see https://generator.jspm.io/#U2VhYGBkDM0rySzJSU1hSE3OSCwqKXYw1TPRMwYAIcnHyxwA) where it has a nice entry for zrender/lib
in the import map.
Environment
n/a
Any additional comments?
No response