DevMarketplace / dev-marketplace

The home of the Developer Marketplace project. A place where developers can share user stories, development tasks and help each other.
GNU General Public License v3.0
3 stars 1 forks source link

Implement a client side module bundling solution #13

Open cracker4o opened 7 years ago

cracker4o commented 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.

cracker4o commented 7 years ago

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