Skip to content

Instantly share code, notes, and snippets.

@zenithtekla
Created November 1, 2016 18:58
Show Gist options
  • Save zenithtekla/5e2a761abe7c1c2bd8d0d042cf48d63d to your computer and use it in GitHub Desktop.
Save zenithtekla/5e2a761abe7c1c2bd8d0d042cf48d63d to your computer and use it in GitHub Desktop.
Bundling vendor
import './node_modules/systemjs/dist/system.js';
import './node_modules/rxjs/bundles/Rx.js';
import './node_modules/angular2/bundles/angular2-polyfills.min.js';
import './node_modules/angular2/bundles/angular2.js';
import './node_modules/angular2/bundles/http.js';
import './node_modules/angular2/bundles/router.js';
import './node_modules/angular2/es6/dev/src/testing/shims_for_IE.js';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment