-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error using with webpack #182
Comments
Same here. After upgrading webpack 4.x to 5.x I get the following error:
Upgrading to Chart.js 4.x fixed the problem for me... |
How to get this working with 3.x? |
+1 Same issue on Chart.js 3.9 |
+1 Same issue with "chart.js": "^4.2.1" and "chartjs-chart-treemap": "^2.3.0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to register it like this
With vite it goes just fine, but when using webpack, I get this error. I'm on version 2.30 of the threemap and 4.2 of chart.js. It looks like the threemap module does not find the main chart.js module.
The text was updated successfully, but these errors were encountered: