2๐
โ
As described in the docs here you need to import these funcitons using treeshaking from the helpers package when using ESM:
import { easingEffects} from 'chart.js/helpers';
Source:stackexchange.com