Extension for interacting with Platypush instances from a browser
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{ |
|
"plugins": [ |
|
"@babel/plugin-proposal-optional-chaining" |
|
], |
|
"presets": [ |
|
["@babel/preset-env", { |
|
"useBuiltIns": "usage", |
|
"corejs": 3, |
|
"targets": { |
|
// https://jamie.build/last-2-versions |
|
"browsers": ["> 0.25%", "not ie 11", "not op_mini all"] |
|
} |
|
}] |
|
] |
|
}
|
|
|