Skip to content

Commit

Permalink
Disable transpile to older iOS versions (mastodon#18462)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts authored May 20, 2022
1 parent e925b06 commit dfb9e6d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
9 changes: 9 additions & 0 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[production]
defaults
not IE 11
not dead

[development]
last 1 chrome version
last 1 firefox version
last 1 safari version
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"extensions": [
"EditorConfig.EditorConfig",
"dbaeumer.vscode-eslint",
"rebornix.Ruby"
"rebornix.Ruby",
"webben.browserslist"
],

// Use 'forwardPorts' to make a list of ports inside the container available locally.
Expand Down
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit dfb9e6d

Please sign in to comment.