I'm getting an error when trying to upgrade from version 4.17 to 4.27:
Loading failed for the <script> with source “https://js.arcgis.com/4.27/dojo/text.js”.
I've narrowed down (I believe) the issue to using the "dojo/text!" in order to pull in text files. Did something change to cause this issue and is there a work around that I can use?
<script>
require(['dojo/text!cuwcd/widgets/Header/header.hbs'], function(hbs) {});
</script>