<!-- Most features should start as plugins outside of Chart.js (https://www.chartjs.org/docs/#advanced-usage-creating-plugins). Please consider whether your changes are useful for all users, or if this is specific to your usecase and a Chart.js plugin would be more appropriate. Need help or tech support? Please don't open an issue! Head to https://stackoverflow.com/questions/tagged/chart.js --> ### Feature Proposal Add `exports` to `package.json` ### Feature Use Case Chart.js doesn't work out-of-the box with SvelteKit / Vite (https://github.com/chartjs/Chart.js/issues/9436). Adding `exports` to `package.json` is likely to solve that ## Possible Implementation Someone started on this in https://github.com/chartjs/Chart.js/pull/9597
Feature Proposal
Add
exportstopackage.jsonFeature Use Case
Chart.js doesn't work out-of-the box with SvelteKit / Vite (#9436). Adding
exportstopackage.jsonis likely to solve thatPossible Implementation
Someone started on this in #9597