mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-12 09:13:11 +00:00
update supported browsers
This commit is contained in:
parent
cae50ab0c9
commit
a5f7edb58d
5 changed files with 9 additions and 9 deletions
2
.babelrc
2
.babelrc
|
|
@ -7,7 +7,7 @@
|
|||
"env",
|
||||
{
|
||||
"targets": {
|
||||
"browsers": ["last 3 versions"]
|
||||
"browsers": ["last 3 versions", "not IE < 11"]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ export default {
|
|||
path: config.rootPath,
|
||||
publicPath: config.publicPath,
|
||||
filename: '[name].js',
|
||||
hotUpdateChunkFilename: '[name].[chunkhash:8].hot-update.js',
|
||||
hotUpdateChunkFilename: '[name].[hash:8].hot-update.js',
|
||||
hotUpdateMainFilename: '[name].hot-update.js'
|
||||
},
|
||||
resolve: {
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ const conf = merge(baseConfig, {
|
|||
},
|
||||
postcss: [
|
||||
autoprefixer({
|
||||
browsers: ['last 3 versions']
|
||||
browsers: ['last 3 versions', 'not IE < 11']
|
||||
})
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ export default merge(baseConfig, {
|
|||
},
|
||||
postcss: [
|
||||
autoprefixer({
|
||||
browsers: ['last 3 versions']
|
||||
browsers: ['last 3 versions', 'not IE < 11']
|
||||
})
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,12 +22,12 @@
|
|||
|
||||
<p>Vue Material supports the latest version of all Browsers. This means:</p>
|
||||
<ul>
|
||||
<li>Google Chrome 50+</li>
|
||||
<li>Firefox 48+</li>
|
||||
<li>Safari 9+</li>
|
||||
<li>Opera 40+</li>
|
||||
<li>Google Chrome 52+</li>
|
||||
<li>Firefox 48+ </li>
|
||||
<li>Safari 9+ </li>
|
||||
<li>Opera 38+ </li>
|
||||
<li>Edge 12+ </li>
|
||||
<li>IE 11</li>
|
||||
<li>Edge</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue