mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-12-23 02:28:55 +00:00
Add babel object spread
This commit is contained in:
parent
4350ccf15d
commit
04a1460460
@ -64,6 +64,7 @@
|
||||
"babel-core": "^6.26.0",
|
||||
"babel-jest": "^22.1.0",
|
||||
"babel-loader": "^7.1.2",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
||||
"babel-preset-env": "^1.6.1",
|
||||
"babel-register": "^6.26.0",
|
||||
"chai": "^4.1.2",
|
||||
@ -87,6 +88,9 @@
|
||||
"node": ">= 4.0"
|
||||
},
|
||||
"babel": {
|
||||
"plugins": [
|
||||
"transform-object-rest-spread"
|
||||
],
|
||||
"presets": [
|
||||
[
|
||||
"env",
|
||||
|
Loading…
Reference in New Issue
Block a user