diff options
author | Vitaly Takmazov | 2018-07-05 12:37:53 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:53 +0300 |
commit | 8c768c19ce3e3b7bb61344cc8c77a54e10641c6d (patch) | |
tree | 5867cfdb5ebddc15843c725962739e8fd8ba52a1 /vnext/package.json | |
parent | 1540588b66b491bee651db12a6121622e0f655f7 (diff) |
transform-object-rest-spread
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vnext/package.json b/vnext/package.json index 27aec38b..ad007a81 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -15,6 +15,7 @@ "babel-jest": "^23.2.0", "babel-loader": "^7.1.4", "babel-plugin-transform-class-properties": "^6.24.1", + "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-env": "^1.7.0", "babel-preset-react": "^6.24.1", "connect-history-api-fallback": "^1.5.0", @@ -45,6 +46,12 @@ { "spec": true } + ], + [ + "transform-object-rest-spread", + { + "useBuiltIns": true + } ] ], "presets": [ |