Skip to content

Commit e054bb8

Browse files
committed
add IE 10 to the list
1 parent 1f9475e commit e054bb8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"env",
88
{
99
"targets": {
10-
"browsers": ["last 3 versions", "not IE < 11"]
10+
"browsers": ["last 3 versions", "not IE < 10"]
1111
}
1212
}
1313
]

build/webpack/prod-docs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const conf = merge(baseConfig, {
3636
},
3737
postcss: [
3838
autoprefixer({
39-
browsers: ['last 3 versions', 'not IE < 11']
39+
browsers: ['last 3 versions', 'not IE < 10']
4040
})
4141
]
4242
}

build/webpack/prod-lib.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default merge(baseConfig, {
5353
},
5454
postcss: [
5555
autoprefixer({
56-
browsers: ['last 3 versions', 'not IE < 11']
56+
browsers: ['last 3 versions', 'not IE < 10']
5757
})
5858
]
5959
}

0 commit comments

Comments
 (0)