chartjs-plugin-datalabels
chartjs-plugin-datalabels copied to clipboard
Build failed: TypeError: (0 , n.merge) is not a function at Object.<anonymous> (chartjs-plugin-datalabels.esm.js:579:1)
When I build it with Parcel the entire build fails: TypeError: (0 , n.merge) is not a function
at Object.
Package versions: [email protected] [email protected] [email protected]
parcel build --no-scope-hoist it worked for me
@huqedato did you try the solution suggested by @xdarov? If it's not working, please provide a repository that reproduces your issue.
I can confirm --no-scope-hoist fixed a similar issue for me. Any idea why this would be needed?