forked from mirrors/catstodon
Add back support for old browsers (#29654)
This commit is contained in:
parent
94f7ae192b
commit
a68dd889fe
4 changed files with 858 additions and 3 deletions
|
@ -1,7 +1,9 @@
|
|||
[production]
|
||||
defaults
|
||||
not IE 11
|
||||
> 0.2%
|
||||
ios >= 15.6
|
||||
not dead
|
||||
not OperaMini all
|
||||
|
||||
[development]
|
||||
supports es6-module
|
||||
|
|
|
@ -88,6 +88,7 @@
|
|||
"path-complete-extname": "^1.0.0",
|
||||
"postcss": "^8.4.24",
|
||||
"postcss-loader": "^4.3.0",
|
||||
"postcss-preset-env": "^9.5.2",
|
||||
"prop-types": "^15.8.1",
|
||||
"punycode": "^2.3.0",
|
||||
"react": "^18.2.0",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||