From: Yamagishi Kazutoshi Date: Fri, 20 May 2022 02:39:05 +0000 (+0900) Subject: Disable transpile to older iOS versions (#18462) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=1d619637d1701aaab5666103c93fc08a02959895;p=mastodon.git Disable transpile to older iOS versions (#18462) --- diff --git a/.browserslistrc b/.browserslistrc new file mode 100644 index 000000000..d5734664c --- /dev/null +++ b/.browserslistrc @@ -0,0 +1,9 @@ +[production] +defaults +not IE 11 +not dead + +[development] +last 1 chrome version +last 1 firefox version +last 1 safari version diff --git a/package.json b/package.json index 54df93de6..b9347b292 100644 --- a/package.json +++ b/package.json @@ -22,12 +22,6 @@ "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",