Skip to content

Commit ad4d047

Browse files
authored
[cfg] update @babel/preset-env
1 parent e92a483 commit ad4d047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ cfg.webpack = {
6565
{
6666
useBuiltIns: 'usage',
6767
targets: {
68-
browsers: ['last 4 versions', 'safari >= 7']
68+
browsers: ['last 2 versions', 'safari >= 7', 'IE >= 9']
6969
},
7070
},
7171
],

0 commit comments

Comments
 (0)