adding browserslist target
This commit is contained in:
parent
c8c90024b6
commit
9306790dc3
1 changed files with 16 additions and 0 deletions
16
package.json
16
package.json
|
|
@ -98,5 +98,21 @@
|
|||
"vite-plugin-pwa": "^0.21.1",
|
||||
"vite-tsconfig-paths": "^5.1.2",
|
||||
"vitest": "^3.0.7"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
">0.2%",
|
||||
"not dead",
|
||||
"not op_mini all",
|
||||
"not safari < 10",
|
||||
"not chrome < 51",
|
||||
"not android < 5",
|
||||
"not ie < 12"
|
||||
],
|
||||
"development": [
|
||||
"last 1 chrome version",
|
||||
"last 1 firefox version",
|
||||
"last 1 safari version"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue