Production changes

This commit is contained in:
Zakary Timson 2021-06-19 20:03:29 -04:00
parent d7c7dfaa16
commit e0a5ce41e3
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/node:14.4-browsers
- image: circleci/node:12.14-browsers
working_directory: ~/repo

View File

@ -65,13 +65,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumWarning": "2mb",
"maximumError": "4mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
"maximumWarning": "2mb",
"maximumError": "4mb"
}
],
"fileReplacements": [