Closed struchon closed 5 years ago
Hello!
It's a pretty strange bug, and it concerns my other library that I use as a dependency here.
I've added this fix to that library and updated this library to 0.12.5
Thanks for the quick followup! That fixed it.
Since I added vue-advanced-cropper to a project built with webpack, unit tests (ran with
vue-cli-service test:unit
) fail to compile.The problem stems from the file index.es.js:
Changing
to
fixes it.
Is there something else I should be doing to make it work on my end, or is it a bug?