I have a web page and I'm trying to add an external library:
<script async src="somepath/sweetalert2.all.min.js"></script>
The web page contains already some other libraries added by my framework (which is Oracle Apex) and that I don't control.
However I'm getting the error : (screenshot)
Uncaught Error: Mismatched anonymous define() module
I'm not a JavaScript guy, so I don't know how to add this library without getting this error.
Can anyone help please?
