You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.
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.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?
The text was updated successfully, but these errors were encountered: