Open cracker4o opened 7 years ago
The Developer Marketplace project uses SystemJS as a module loader but currently it makes too many async requests. Bundling and minification solution is required to minimize the size and the number of requests.
Potential candidates are: WebPack, JSPM or a combination of SystemJS and Gulp -http://stackoverflow.com/questions/35280582/angular2-too-many-file-requests-on-load/37082199#37082199
The Developer Marketplace project uses SystemJS as a module loader but currently it makes too many async requests. Bundling and minification solution is required to minimize the size and the number of requests.