1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

changed browserList, updated craco

This commit is contained in:
Fedor Katurov 2020-11-19 18:14:27 +07:00
parent e51769229d
commit 35c11fb306
3 changed files with 105 additions and 484 deletions

View file

@ -52,7 +52,7 @@
},
"browserslist": {
"production": [
">0.2%",
">1%",
"not dead",
"not op_mini all"
],
@ -68,7 +68,7 @@
"@types/ramda": "^0.26.33",
"@types/react-redux": "^7.1.11",
"@types/react-transition-group": "^4.4.0",
"craco": "^0.0.3",
"@craco/craco": "5.8.0",
"craco-alias": "^2.1.1",
"prettier": "^1.18.2"
}