]> cat aescling's git repositories - mastodon.git/commitdiff
Disable transpile to older iOS versions (#18462)
authorYamagishi Kazutoshi <ykzts@desire.sh>
Fri, 20 May 2022 02:39:05 +0000 (11:39 +0900)
committersingle-right-quote <11325618-aescling@users.noreply.gitlab.com>
Fri, 27 May 2022 03:54:54 +0000 (23:54 -0400)
.browserslistrc [new file with mode: 0644]
package.json

diff --git a/.browserslistrc b/.browserslistrc
new file mode 100644 (file)
index 0000000..d573466
--- /dev/null
@@ -0,0 +1,9 @@
+[production]
+defaults
+not IE 11
+not dead
+
+[development]
+last 1 chrome version
+last 1 firefox version
+last 1 safari version
index 54df93de66092d2bb14078ccca21f993ee876c10..b9347b29215766836086782a24083e5843a3a435 100644 (file)
     "type": "git",
     "url": "https://github.com/mastodon/mastodon.git"
   },
-  "browserslist": [
-    "last 2 versions",
-    "not IE 11",
-    "iOS >= 9",
-    "not dead"
-  ],
   "private": true,
   "dependencies": {
     "@babel/core": "^7.17.12",