mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-10 19:39:10 +00:00
ES6 spread operator for babel
This commit is contained in:
3
.babelrc
3
.babelrc
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"presets": [
|
||||
["es2015", { "modules": false }]
|
||||
]
|
||||
],
|
||||
"plugins": ["transform-object-rest-spread"]
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user