Use Polyfills
This commit is contained in:
parent
89fd083813
commit
50343a9d8c
4 changed files with 19 additions and 12 deletions
8
.babelrc
8
.babelrc
|
|
@ -1,6 +1,12 @@
|
|||
{
|
||||
"presets": [
|
||||
["@babel/preset-env", { modules: false }],
|
||||
["@babel/preset-env", {
|
||||
modules: false,
|
||||
useBuiltIns: "usage",
|
||||
targets: {
|
||||
browsers: ["iOS 5"]
|
||||
}
|
||||
}],
|
||||
"@babel/preset-react",
|
||||
"@babel/preset-flow"
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue