-
Notifications
You must be signed in to change notification settings - Fork 150
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
webpack failing since highcharts 11.2.0 #252
Comments
Thanks for reporting @thomasleveil! I will investigate this issue this week. In the meantime, could you please share more details about your environment?
Thanks in advance! |
Here are my versions :
|
same problem |
Thanks! I'm currently looking into this problem and will try to propose a solution (or at least a workaround) by the end of the next week. |
You pointed out correctly that the most probable cause of this issue is the following update:
It seems to me, however, that this issue is unrelated to the It might be the case that your webpack configuration does not support the ES2020 format. By updating your webpack setup and ensuring it can handle ES2020 features, you should be able to resolve the issue and successfully build your project with Highcharts 11.2.0. |
We are getting the same issue |
@SamPulmanCL @andrescellini @thomasleveil could you please try to reproduce this issue? It would be great if you could share a minimal reproducible example (like a small .zip) where I could see and investigate this error. |
Hi @jakubSzuminski, unfortunately the project I'm having the issue on is too big of a mess right now for me to successfully upgrade all the tooling dependencies (webpack and so on). I tried and failed. One day or the other we'll have to pay that price, but our current planning and deadlines won't allow that before 2024Q2. |
Absolutely, I understand. If you cannot update your webpack config then I'd probably advise you to stick with Highcharts 11.1.0 until then. |
same to me, it seems the webpack fails to load highcharts.js |
Could you please reproduce it @evan7diab? We could then investigate this problem and try to propose a solution. |
Hi,
I updated the dependencies on my project and webpack now fails since highcharts 11.2.0. If I pin down highcharts to 11.1.0, my project builds correctly.
I see in the highcharts changelog that 11.2.0 introduced the following change :
I wonder if this change is the reason using highcharts-vue in a webpack project now fails.
The text was updated successfully, but these errors were encountered: