I am searching for an AMD loader that supports dynamic code loading, and that is very small.
The loader is to be used in a mobile/high latency environment, and the size of requirejs simply is too much.
I do NOT need:
-text plugins
-css plugins
-i18n plugins
What is the smallest AMD loader that supports these features? I'm looking for something that ideally is no larger than 5k when minified. Gzip is not to be included in this measure.