diff options
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": [ |