mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-07 00:36:50 +01:00
Correct auto.esm.js import to allow use directly from the browser
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import {Chart, registerables} from '../dist/chart.esm';
|
||||
import {Chart, registerables} from '../dist/chart.esm.js';
|
||||
|
||||
Chart.register(...registerables);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user