提交 bc8a351e authored 作者: zyx's avatar zyx

兼容支持 ie,覆盖99.5%浏览器 v02

上级 8a3a6aca
...@@ -81,18 +81,20 @@ $GLOBAL.BaseConfig = { ...@@ -81,18 +81,20 @@ $GLOBAL.BaseConfig = {
loader: 'babel-loader', loader: 'babel-loader',
options: { options: {
presets: [ presets: [
'env', [
{ // env 参数 'env',
module: false, // 使用何种模块加载机制 { // env 参数
targets: { module: false, // 使用何种模块加载机制
browers: [ // 参考browerslist [https://github.com/browserslist/browserslist] targets: {
'cover 99.5%', browers: [ // 参考browerslist [https://github.com/browserslist/browserslist]
'not ie <= 8', 'cover 99.5%',
'since 2015', 'not ie <= 8',
'last 10 iOS versions' 'since 2015',
] 'last 10 iOS versions'
]
}
} }
}, ],
'stage-2' 'stage-2'
], ],
plugins: [ plugins: [
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论