Commit bc7949b3 authored by Fabrice Marsaud's avatar Fabrice Marsaud

Missing runtime plugin for babel

parent cdaebbaf
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
"es7.asyncFunctions", "es7.asyncFunctions",
"es7.decorators", "es7.decorators",
"es7.exportExtensions", "es7.exportExtensions",
"es7.functionBind" "es7.functionBind",
"runtime"
] ]
} }
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
"devDependencies": { "devDependencies": {
"babel": "^5.8.34", "babel": "^5.8.34",
"babel-eslint": "^4.1.6", "babel-eslint": "^4.1.6",
"babel-runtime": "^5.8.34",
"source-map-support": "^0.4.0" "source-map-support": "^0.4.0"
}, },
"standard": { "standard": {
......
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