As I understand Cropper.js from the box loading like a chunk by path /assets/chunk.js and it's works fine.
But when I changed vendor.js script to async like
<script async src="{{rootURL}}assets/vendor.js"></script>
the path chaged to chunk.js without assets.
This is not a critical problem, but not obvious.
Grateful for any ideas
As I understand Cropper.js from the box loading like a chunk by path /assets/chunk.js and it's works fine.
<script async src="{{rootURL}}assets/vendor.js"></script>But when I changed vendor.js script to async like
the path chaged to chunk.js without assets.
This is not a critical problem, but not obvious.
Grateful for any ideas