fix(bazel): add an alias for the router to work around a bun in ngc
This commit is contained in:
parent
dbb8782b2d
commit
ef27ef12d3
@ -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'
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user