-
I wonder about this as I do not understand how this would impact Chart.js code. If I use the url: The error disappears. While looking at my chart I do not see a difference in end result if I use one or the other. This question is more a quest for understanding the difference it behind. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This is because jsdelivr automagically minifies the source, when its name does not contain .min (this is a guess) and does not generate sourcemap for it The .cjs is minified, but jsdelivr fails to detect that. |
Beta Was this translation helpful? Give feedback.
This is because jsdelivr automagically minifies the source, when its name does not contain .min (this is a guess) and does not generate sourcemap for it
The .cjs is minified, but jsdelivr fails to detect that.