build: correct browserslist file location and remove duplicate config

This commit is contained in:
Dominik Broj 2020-08-29 17:40:04 +02:00
parent 26014c8fe3
commit dc5868231f
2 changed files with 9 additions and 20 deletions

View file

@ -6,19 +6,14 @@
> 0.5%
last 2 versions
Firefox ESR
not dead
not IE 9-11
not samsung 4
not android 4.4.3-4.4.4
not last 2 ie_mob versions
not last 2 op_mini versions
not last 2 op_mob versions
not last 2 baidu versions
not last 2 kaios versions
not last 2 and_uc versions
not last 2 and_qq versions
not last 2 edge versions
not chrome 49
not chrome 50
Chrome >= 51
not edge < 79
not baidu < 10
not ie_mob < 12
not kaios < 5
not op_mini all
not op_mob < 47
not bb < 14
not and_uc < 13
not and_qq < 2

View file

@ -64,12 +64,6 @@
"int:clean": "ngx-translate-extract --input ./src --output ./src/assets/i18n/*.json --clean --sort --format namespaced-json --marker _",
"postinstall": "ngcc --tsconfig src/tsconfig.app.json"
},
"browserslist": [
"last 1 version",
"> 2%",
"maintained node versions",
"not dead"
],
"publish": [
{
"provider": "github",