add IE 10 to the list

This commit is contained in:
Marcos Moura 2017-02-08 19:10:28 -02:00
parent 1f9475e612
commit e054bb855a
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@
"env",
{
"targets": {
"browsers": ["last 3 versions", "not IE < 11"]
"browsers": ["last 3 versions", "not IE < 10"]
}
}
]

View file

@ -36,7 +36,7 @@ const conf = merge(baseConfig, {
},
postcss: [
autoprefixer({
browsers: ['last 3 versions', 'not IE < 11']
browsers: ['last 3 versions', 'not IE < 10']
})
]
}

View file

@ -53,7 +53,7 @@ export default merge(baseConfig, {
},
postcss: [
autoprefixer({
browsers: ['last 3 versions', 'not IE < 11']
browsers: ['last 3 versions', 'not IE < 10']
})
]
}