mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-19 06:36:51 +01:00
Allow ESM files to be used in Node.js (#10479)
Allow ESM files to be used in Node.js
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
// Add Chart components needed in samples here.
|
||||
// Usable through `components[name]`.
|
||||
export {Tooltip} from '../../dist/chart.esm';
|
||||
export {Tooltip} from '../../dist/chart.mjs';
|
||||
|
||||
Reference in New Issue
Block a user