Files
Chart.js/src/index.esm.js
Jukka Kurkela 40e9029a59 ESM build, with helpers separated (#7400)
* ESM build, with helpers separated
* Remove umd environment
* Include the chunks in package
2020-06-23 19:02:51 -04:00

7 lines
164 B
JavaScript

export * from './controllers';
export * from './core';
export * from './elements';
export * from './platform';
export * from './plugins';
export * from './scales';