mirror of
https://github.com/jbcr/Sylius.git
synced 2026-03-24 00:42:08 +01:00
15 lines
210 B
Plaintext
15 lines
210 B
Plaintext
{
|
|
"presets": [
|
|
["@babel/preset-env", {
|
|
"targets": {
|
|
"node": "6"
|
|
}
|
|
}]
|
|
],
|
|
"plugins": [
|
|
["@babel/plugin-proposal-object-rest-spread", {
|
|
"useBuiltIns": true
|
|
}]
|
|
]
|
|
}
|