feat(UI): bundlesize is added (#420)

This commit is contained in:
pal-sig 2021-12-02 19:42:35 +05:30 committed by GitHub
parent 3e0f5a866d
commit bbd90bff0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2115 additions and 2198 deletions

View File

@ -0,0 +1,8 @@
{
"files": [
{
"path": "./build/**.js",
"maxSize": "1.2MB"
}
]
}

View File

@ -13,7 +13,8 @@
"cypress:run": "cypress run",
"jest": "jest",
"jest:coverage": "jest --coverage",
"jest:watch": "jest --watch"
"jest:watch": "jest --watch",
"bundle:size": "bundlesize"
},
"engines": {
"node": ">=12.13.0"
@ -150,6 +151,7 @@
"@welldone-software/why-did-you-render": "^6.2.1",
"autoprefixer": "^9.0.0",
"babel-plugin-styled-components": "^1.12.0",
"bundlesize": "^0.18.1",
"compression-webpack-plugin": "^9.0.0",
"copy-webpack-plugin": "^8.1.0",
"cypress": "^8.3.0",

File diff suppressed because it is too large Load Diff