Skip to content

Commit 5c18a73

Browse files
feat(babelrc): update browsersConfig (#207)
1 parent 78611f1 commit 5c18a73

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/config/babelrc.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ if (!treeshake && !hasBabelRuntimeDep && !isTest) {
3939
* @see https://github.com/browserslist/browserslist/blob/master/node.js#L139
4040
*/
4141
const browsersConfig = browserslist.loadConfig({path: appDirectory}) || [
42-
'ie 10',
43-
'ios 7',
42+
'defaults',
4443
]
4544

4645
const envTargets = isTest

0 commit comments

Comments
 (0)