diff --git a/.babelrc b/.babelrc index 9897749..ae89f39 100644 --- a/.babelrc +++ b/.babelrc @@ -1,5 +1,6 @@ { "presets": [ ["es2015", { "modules": false }] - ] + ], + "plugins": ["transform-object-rest-spread"] } diff --git a/package.json b/package.json index 0bdc6e4..6db2166 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "dependencies": { "ag-grid-vue": "^17.0.0", "axios": "^0.15.3", + "babel-plugin-transform-object-rest-spread": "^6.26.0", "connect-history-api-fallback": "^1.3.0", "debounce": "^1.0.0", "express": "^4.16.1",