Skip to content

Commit

Permalink
remove unused main in systemjs config (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonybudianto committed Sep 1, 2016
1 parent 3753c1b commit 6b6ffa7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/systemjs.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
});

ngPackageNames.forEach(function(pkgName) {
var main = 'bundles/' + pkgName + '.umd.js';
map['@angular/' + pkgName] = 'node_modules/@angular/' + pkgName +
'/bundles/' + pkgName + '.umd.js';
map['@angular/' + pkgName+'/testing'] = 'node_modules/@angular/' + pkgName +
Expand Down

0 comments on commit 6b6ffa7

Please sign in to comment.