Static GitHub Issues

[934] ReferenceError: regeneratorRuntime is not defined

prev: How to write tests in a scalable way
next: Is there a guide on how to migrate vue.js app to nuxt.js?

Updated nuxt from 10.7 to latest alpha and got this error. I've installed all required babel presets also with polyfills and nothing...

My devDependencies:

"devDependencies": {
    "babel-eslint": "^7.1.1",
    "babel-loader": "^7.0.0",
    "babel-polyfill": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "eslint": "^3.15.0",
    "eslint-config-standard": "^6.2.1",
    "eslint-loader": "^1.6.1",
    "eslint-plugin-html": "^2.0.0",
    "eslint-plugin-promise": "^3.4.1",
    "eslint-plugin-standard": "^2.0.1",
    "less": "^2.7.2",
    "less-loader": "^4.0.3",
    "sass-loader": "^6.0.5"
}
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c801">#c801</a>)</em></sub></div>