Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.

Commit 5b6d1e6

Browse files
author
Alan Shaw
committed
feat: ignore iOS Safari <13 so we can have template strings in bundle
1 parent a1d5e96 commit 5b6d1e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"./src/lib/configure.js": "./src/lib/configure.browser.js",
99
"./src/add/form-data.js": "./src/add/form-data.browser.js"
1010
},
11-
"browserslist": ">1.5% or node >=10 and not ie 11 and not dead",
11+
"browserslist": ">1.5% or node >=10 and not ios_saf <13 and not ie 11 and not dead",
1212
"files": [
1313
"src",
1414
"dist"

0 commit comments

Comments
 (0)