mirror of
https://github.com/placeAtlas/atlas.git
synced 2025-01-19 06:42:05 +01:00
Try to add browserlist
This commit is contained in:
parent
8921fdd0ad
commit
56f704caeb
1 changed files with 13 additions and 2 deletions
|
@ -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"
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue