兼容 ios-微信 webview环境 特殊video width height

This commit is contained in:
rucky
2021-12-30 18:39:21 +08:00
parent 1ae69bd972
commit a345948ffe
3 changed files with 216 additions and 107 deletions

View File

@@ -60,9 +60,23 @@ module.exports = {
// .loader('babel-loader')
// .options({
// presets: [
// ['@babel/preset-env', {
// modules: false
// }]
// [
// "@vue/app",
// {
// "useBuiltIns": "entry",
// corejs: 3,
// "targets": {
// "browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
// },
// polyfills: [
// 'es.promise',
// 'es.symbol'
// ]
// }
// ]
// ],
// plugins: [
// "@babel/plugin-transform-runtime"
// ]
// });
// }