UNPKG
@pandell/browserslist-config
Version:
latest (4.1.0)
12.0.0-next.7
12.0.0-next.5
12.0.0-next.4
12.0.0-next.3
12.0.0-next.2
12.0.0-next.1
12.0.0-next.0
11.0.9-alpha.7
11.0.9-alpha.6
11.0.9-alpha.5
4.1.0
4.0.3
4.0.2
4.0.1
Pandell browserslist shared config
github.com/pandell/frontend-config
pandell/frontend-config
@pandell/browserslist-config
/
index.js
6 lines
(5 loc)
•
223 B
JavaScript
View Raw
1
2
3
4
5
6
module
.
exports
= { development: [
"defaults and > 1%, last 2 Chrome versions, not dead, not op_mini all"
], production: [
"defaults and > 1%, last 2 Chrome versions, not dead, not op_mini all"
], test:
"current node"
, };