testing duplicating the development browserslist to production
This commit is contained in:
parent
3ab2e60cb9
commit
df80ea5c4b
1 changed files with 4 additions and 8 deletions
12
package.json
12
package.json
|
|
@ -64,7 +64,7 @@
|
|||
"react-horizontal-scrolling-menu": "^7.1.1",
|
||||
"react-infinite-scroller": "^1.2.6",
|
||||
"react-joyride": "^2.9.3",
|
||||
"react-map-gl": "^8.0.1",
|
||||
"react-map-gl": "^7.1.9",
|
||||
"react-phone-input-2": "^2.15.1",
|
||||
"react-router-dom": "^6.28.0",
|
||||
"react-virtualized-auto-sizer": "^1.0.25",
|
||||
|
|
@ -101,13 +101,9 @@
|
|||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
">0.2%",
|
||||
"not dead",
|
||||
"not op_mini all",
|
||||
"not safari < 10",
|
||||
"not chrome < 51",
|
||||
"not android < 5",
|
||||
"not ie"
|
||||
"last 1 chrome version",
|
||||
"last 1 firefox version",
|
||||
"last 1 safari version"
|
||||
],
|
||||
"development": [
|
||||
"last 1 chrome version",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue