added the object-assign babel transformation

This commit is contained in:
2019-01-06 11:08:43 +01:00
parent 4cc521c977
commit a4c30e6a5d
3 changed files with 107 additions and 230 deletions

View File

@@ -2,6 +2,7 @@
"presets": ["env"],
"plugins": [
"transform-object-rest-spread",
"transform-react-jsx"
"transform-react-jsx",
"transform-object-assign"
]
}
}