🔥 Remove transform-object-assign

This commit is contained in:
Jakub Juszczak
2017-09-08 10:02:38 +02:00
parent 750abb2e88
commit 3d291996f6

View File

@@ -1,5 +1,5 @@
{
"presets": ["es2015", "stage-2"],
"plugins": ["transform-runtime", "transform-object-assign"],
"plugins": ["transform-runtime"],
"comments": false
}