Correct auto.esm.js import to allow use directly from the browser

This commit is contained in:
Kyle J 2022-05-11 07:52:29 -07:00 committed by GitHub
parent 8ac3cc2191
commit 4eb65c014a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
import {Chart, registerables} from '../dist/chart.esm'; import {Chart, registerables} from '../dist/chart.esm.js';
Chart.register(...registerables); Chart.register(...registerables);