Try to add browserlist

This commit is contained in:
Hans5958 2022-05-13 21:06:46 +07:00
parent 8921fdd0ad
commit 56f704caeb

View file

@ -15,5 +15,16 @@
"(.*)\\.(css|woff2?)": "_css/$1{.hash}.$2",
"(.*)\\.(js)": "_js/$1{.hash}.$2"
}
}
}
},
"browserslist": [
">= 0.5%",
"last 2 major versions",
"not dead",
"Chrome >= 60",
"Firefox >= 60",
"Firefox ESR",
"iOS >= 12",
"Safari >= 12",
"not Explorer <= 11"
]
}