retejs / vue-plugin

https://retejs.org
MIT License
38 stars 36 forks source link

ReferenceError: regeneratorRuntime is not defined #13

Closed HendrikRoth closed 5 years ago

HendrikRoth commented 5 years ago

I am not able to use vue-render-plugin. Am i doing something wrong?

Project example: (components/Editor/Editor.vue)

https://codesandbox.io/s/rete-test-cehn8

Ni55aN commented 5 years ago

You need to import polyfill manually or use babel (depends on your build system)

Ni55aN commented 5 years ago

https://github.com/retejs/rete/issues/247