Skip to content
Snippets Groups Projects
Commit 776f7490 authored by rhenck's avatar rhenck
Browse files

Raise maximum Angular package size

The editor package is larger than that. So the build fails without the 
higher limit.
parent ad92e1a2
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumError": "2mb"
},
{
"type": "anyComponentStyle",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment