mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-06 16:26:52 +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,7 +1,7 @@
|
||||
import colorLib from '@kurkle/color';
|
||||
import {DateTime} from 'luxon';
|
||||
import 'chartjs-adapter-luxon';
|
||||
import {valueOrDefault} from '../../dist/helpers.esm';
|
||||
import {valueOrDefault} from '../../dist/helpers.mjs';
|
||||
|
||||
// Adapted from http://indiegamr.com/generate-repeatable-random-numbers-in-js/
|
||||
var _seed = Date.now();
|
||||
|
||||
Reference in New Issue
Block a user