What is the ES6 module equivalent of requirejs-text for dependencies on text resources?
I use requirejs-text to load a text resource as a dependency of my module.
This makes it so I know the text resource (i.e. the text contents from a url)
is loaded and available by the time my module code that depends on it runs.