Skip to content

Commit 2a0dc39

Browse files
alan-agius4vikerman
authored andcommitted
feat(@schematics/angular): add anyComponentStyle to the applications bundle budget
1 parent 19b1209 commit 2a0dc39

File tree

1 file changed

+5
-0
lines changed
  • packages/schematics/angular/application

1 file changed

+5
-0
lines changed

packages/schematics/angular/application/index.ts

+5
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,11 @@ function addAppToWorkspaceFile(options: ApplicationOptions, appDir: string): Rul
223223
type: 'initial',
224224
maximumWarning: '2mb',
225225
maximumError: '5mb',
226+
},
227+
{
228+
type: 'anyComponentStyle',
229+
maximumWarning: '6kb',
230+
maximumError: '10kb',
226231
}],
227232
},
228233
},

0 commit comments

Comments
 (0)