Fix include/exclude syntax in preset-env README [ci skip] (#8020)
This commit is contained in:
parent
dccaec7691
commit
7489f8da7b
@ -586,8 +586,8 @@ Using polyfills:
|
||||
"targets": {
|
||||
"browsers": ["last 2 versions", "safari >= 7"]
|
||||
},
|
||||
"include": ["@babel/plugin-transform-arrow-functions", "es6.map"],
|
||||
"exclude": ["@babel/plugin-transform-regenerator", "es6.set"]
|
||||
"include": ["transform-arrow-functions", "es6.map"],
|
||||
"exclude": ["transform-regenerator", "es6.set"]
|
||||
}]
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user