I'm attempting to migrate a RequireJS project that uses the requireJS text plugin (https://github.com/requirejs/text) to JSPM/SystemJS. I notice your plugin uses `mytext.html!text` (as a suffix) whereas requireJS would use `text!mytext.html` Is there a way to get the plugin to use prefix notation, or will I have to go through and update all imports of my templates to use suffix notation?
I'm attempting to migrate a RequireJS project that uses the requireJS text plugin (https://github.com/requirejs/text) to JSPM/SystemJS.
I notice your plugin uses
mytext.html!text(as a suffix) whereas requireJS would usetext!mytext.htmlIs there a way to get the plugin to use prefix notation, or will I have to go through and update all imports of my templates to use suffix notation?