]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Correct auto.esm.js import to allow use directly from the browser
authorKyle J <kyle@kylejones.dev>
Wed, 11 May 2022 14:52:29 +0000 (07:52 -0700)
committerGitHub <noreply@github.com>
Wed, 11 May 2022 14:52:29 +0000 (10:52 -0400)
auto/auto.esm.js

index 42626764a8b9278b3f4b86b6938b45dc1cfe3c00..8111b89a89607d079cde3697a18590a82a3779bc 100644 (file)
@@ -1,4 +1,4 @@
-import {Chart, registerables} from '../dist/chart.esm';
+import {Chart, registerables} from '../dist/chart.esm.js';
 
 Chart.register(...registerables);