0π
β
Canβt believe I struggled with it, but the key is from where I import the lib, in the case "chart.js" and the value is what I import, in the case Chart, not "chart.js".
Correct should be:
externals: {
react: 'React',
axios: 'axios',
moment: 'moment',
'react-dom': 'ReactDOM',
'react-router-dom': 'ReactRouterDOM',
'chart.js': 'Chart'
}
Source:stackexchange.com