Commit d2a9cb0f authored by yann300's avatar yann300

fix build

parent 4ca7bb1c
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
"babel-eslint": "^7.1.1", "babel-eslint": "^7.1.1",
"babel-plugin-yo-yoify": "^0.3.3", "babel-plugin-yo-yoify": "^0.3.3",
"babel-polyfill": "^6.22.0", "babel-polyfill": "^6.22.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.0", "babel-preset-es2015": "^6.24.0",
"babelify": "^7.3.0", "babelify": "^7.3.0",
"brace": "^0.8.0", "brace": "^0.8.0",
...@@ -104,7 +105,7 @@ ...@@ -104,7 +105,7 @@
"wrapAwait": true "wrapAwait": true
} }
}], }],
["yo-yoify"] ["yo-yoify"], ["transform-object-assign"]
], ],
"presets": ["es2015"] "presets": ["es2015"]
}], }],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment