File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 2020 "outputPath" : " dist/angular-example" ,
2121 "index" : " src/index.html" ,
2222 "browser" : " src/main.ts" ,
23- "polyfills" : [
24- " zone.js"
25- ],
23+ "polyfills" : [" zone.js" ],
2624 "tsConfig" : " tsconfig.app.json" ,
2725 "inlineStyleLanguage" : " scss" ,
2826 "assets" : [
4240 "budgets" : [
4341 {
4442 "type" : " initial" ,
45- "maximumWarning" : " 500kB " ,
46- "maximumError" : " 1MB "
43+ "maximumWarning" : " 1MB " ,
44+ "maximumError" : " 2MB "
4745 },
4846 {
4947 "type" : " anyComponentStyle" ,
7977 "test" : {
8078 "builder" : " @angular-devkit/build-angular:karma" ,
8179 "options" : {
82- "polyfills" : [
83- " zone.js" ,
84- " zone.js/testing"
85- ],
80+ "polyfills" : [" zone.js" , " zone.js/testing" ],
8681 "tsConfig" : " tsconfig.spec.json" ,
8782 "inlineStyleLanguage" : " scss" ,
8883 "assets" : [
You can’t perform that action at this time.
0 commit comments