From: Kyle J Date: Wed, 11 May 2022 14:52:29 +0000 (-0700) Subject: Correct auto.esm.js import to allow use directly from the browser X-Git-Tag: v3.8.0~7 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=4eb65c014a5117573957116bb3246af2963433c8;p=thirdparty%2FChart.js.git Correct auto.esm.js import to allow use directly from the browser --- diff --git a/auto/auto.esm.js b/auto/auto.esm.js index 42626764a..8111b89a8 100644 --- a/auto/auto.esm.js +++ b/auto/auto.esm.js @@ -1,4 +1,4 @@ -import {Chart, registerables} from '../dist/chart.esm'; +import {Chart, registerables} from '../dist/chart.esm.js'; Chart.register(...registerables);