fix(bazel): add an alias for the router to work around a bun in ngc

This commit is contained in:
vsavkin 2017-09-25 09:40:14 -04:00
parent dbb8782b2d
commit ef27ef12d3

View File

@ -32,6 +32,7 @@ module.exports = function(env) {
const alias = Object.assign({}, aliasesForApps, {
'node_modules/@angular/core/index': '@angular/core/esm5/index',
'node_modules/@angular/common/index': `@angular/common/esm5/index`,
'node_modules/@angular/router/index': `@angular/router/esm5/index`,
'node_modules/@angular/platform-browser/index': '@angular/platform-browser/esm5/index'
});