This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Description
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?