docs: sync boilerplate configuration with Angular CLI RC2 (#25892)

Revers Jasmine version back to ~2.99.1

PR Close #25892
This commit is contained in:
Brandon Roberts
2018-10-08 14:34:44 -05:00
committed by Jason Aden
parent 3060b3e29b
commit 72ff9c880c
8 changed files with 25 additions and 17 deletions
@@ -43,7 +43,14 @@
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true
"buildOptimizer": true,
"budgets": [
{
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
}
]
}
}
},