Remove unneeded babel package, update packages

The spread operator package seems to be old and included by default in Babel 7. 
And it probably was not used properly anyway because there was huge wall of warnings about it when building js.
This commit is contained in:
Alex P 2022-09-06 10:18:19 +03:00
parent 5f972f57eb
commit 2ea35d6dc9
3 changed files with 917 additions and 979 deletions

View file

@ -1,5 +0,0 @@
{
"plugins": [
"babel-plugin-transform-object-rest-spread"
]
}