mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 09:08:09 +08:00
Use babel correctly to support old browsers
This commit is contained in:
parent
a81a2ef7d1
commit
53d4648b4f
3 changed files with 24 additions and 3 deletions
8
modules/ppcp-button/.babelrc
Normal file
8
modules/ppcp-button/.babelrc
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"presets": [
|
||||
["@babel/preset-env", {
|
||||
"useBuiltIns": "usage",
|
||||
"corejs": "3.25.0"
|
||||
}]
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue