I ran into the same problem. But only in a few days! A week ago, the same application worked fine.
Perhaps Microsoft has changed something in the latest update.
Kurt's fix didn't work for me. Therefore, I also had to override the other requirejs variables:
<script type="text/javascript">
define = undefined;
requirejs = undefined;
require = undefined;
</script>
.