Skip to content

Commit

Permalink
Correct auto.esm.js import to allow use directly from the browser
Browse files Browse the repository at this point in the history
  • Loading branch information
kylejonesdev committed May 11, 2022
1 parent 8ac3cc2 commit 4eb65c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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);

Expand Down

0 comments on commit 4eb65c0

Please sign in to comment.