When a non functional template is used for the labels in the Chart in webpack project, an error is thrown.
npm install npm start
The following error is displayed: labelTemplate is not a function TypeError: labelTemplate is not a function
If the template is removed or replaced with funcitonal template, the Chart displayes as expected
Workaround:
resolve: {
mainFields: ['es2015', 'es', 'module', 'main', 'browser']
}