Chartjs-Chart.js : Module parse failed when using the latest version of chart.js

0👍

This is because you likely are using we pack 4 which does not support static properties, so you will need to update to webpack 5, or use the babel/preset-env config with the babel loader to transpile it

Leave a comment