<script> tags don't support local caching and result in 304s making this too slow for development.
So switch over to sync xhr with cors. Require-inline is only for development use - in production it should be shimmed to load from a single layer, so there is no compatibility issue here.
<script>tags don't support local caching and result in 304s making this too slow for development.So switch over to sync xhr with cors. Require-inline is only for development use - in production it should be shimmed to load from a single layer, so there is no compatibility issue here.