David Babaioff
David Babaioff
Hi, Looking into https://github.com/angular/angular2-seed - they use a webpack plugin **CommonsChunkPlugin** - to split the code into different files (vendor, polyfills, main) Is this applicable using AoT?
Based on this discussion https://github.com/systemjs/systemjs/issues/172, I'm trying to implement a cache busting extension for karma-systemjs. There is a doc page (https://github.com/ModuleLoader/es6-module-loader/blob/master/docs/loader-extensions.md#custom-extension-example---cache-busting-extension) showig how to extend the ES6 loader. How can...
I'm using apai-io and is working really well! But I wanted to catch some exceptions like: 1) The request to amazon failed - the request didn't finish - (can we...
First of all amazing implementation!! very cool library! We needed a way to modify the prevParentNode inside the onMove() function - Is there a way to get the prevParentNode inside...
If we set up a player with a playlist on the JWPlayer dashboard it gets overwritten because a playlist is a required field and if I do not set this...
If I'm splitting my js files into 2 groups - one is the vendor file and the other is the app bundle - can I still use this repo? Is...