Fix bootstrapping around dashboard (#5040)

This commit is contained in:
Anthony Dresser
2019-04-15 23:49:40 -07:00
committed by Alan Ren
parent a5bc65fbfb
commit b75d0b6cb5
5 changed files with 5 additions and 5 deletions

View File

@@ -52,7 +52,7 @@ const nodeModules = [
'rxjs/Observable',
'rxjs/Subject',
'rxjs/Observer',
'ng2-charts/ng2-charts']
'ng2-charts']
.concat(Object.keys(product.dependencies || {}))
.concat(_.uniq(productionDependencies.map(d => d.name)))
.concat(baseModules);