-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Support ESM explicitly in package.json #601
Copy link
Copy link
Closed
Description
Confirmation
- I can confirm this is a feature request for the Vue component instead of ECharts itself.
Details
Looks like the space and standards are moving towards ESM, it'd be cool if this library embraced that by switching to a package.json config that included these lines:
"type": "module",
"exports": {
".": {
"require": "./dist/index.cjs.js",
"import": "./dist/index.esm.js",
"types": "./dist/index.d.ts"
}
},As it stands I'm running into issues using this library as a native module.
Additional context about this issue:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels