mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-03-16 22:10:27 +00:00
add IE 10 to the list
This commit is contained in:
parent
1f9475e612
commit
e054bb855a
3 changed files with 3 additions and 3 deletions
2
.babelrc
2
.babelrc
|
|
@ -7,7 +7,7 @@
|
|||
"env",
|
||||
{
|
||||
"targets": {
|
||||
"browsers": ["last 3 versions", "not IE < 11"]
|
||||
"browsers": ["last 3 versions", "not IE < 10"]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ const conf = merge(baseConfig, {
|
|||
},
|
||||
postcss: [
|
||||
autoprefixer({
|
||||
browsers: ['last 3 versions', 'not IE < 11']
|
||||
browsers: ['last 3 versions', 'not IE < 10']
|
||||
})
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ export default merge(baseConfig, {
|
|||
},
|
||||
postcss: [
|
||||
autoprefixer({
|
||||
browsers: ['last 3 versions', 'not IE < 11']
|
||||
browsers: ['last 3 versions', 'not IE < 10']
|
||||
})
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue