Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Support for generators functions #28

Open
Eder87rh opened this issue Apr 5, 2017 · 0 comments
Open

Support for generators functions #28

Eder87rh opened this issue Apr 5, 2017 · 0 comments

Comments

@Eder87rh
Copy link

Eder87rh commented Apr 5, 2017

i get this error message when i try to make a generator function

`[15:53:13] Finished 'webpack' after 18 ms
{ [Error: .//buble-loader!.//vue-loader/lib/selector.js?type=script&index=0!./resources/assets/js/modules/components/redaccion_documentos/documentos-redaccion-view.vue
Module build failed:
74 : }
75 : },
76 : mounted(){
77 :
78 : function *GeneratorCreateDocumentoSync(){//generator
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Generators are not supported (78:8)
Error
at handleError (C:\inetpub\wwwroot\laravel-vue-sci\node_modules\buble-loader\index.js:22:15)
at Object.BubleLoader (C:\inetpub\wwwroot\laravel-vue-sci\node_modules\buble-loader\index.js:38:9)
@ ./resources/assets/js/modules/components/redaccion_documentos/documentos-redaccion-view.vue 8:18-119
@ ./resources/assets/js/app.js]
message: './/buble-loader!.//vue-loader/lib/selector.js?type=script&index=0!./resources/assets/js/modules/components/redaccion_documentos/documentos-redaccion-view.vue\nModule build failed: \n74 : }\n75 : },\n76 : mounted(){\n77 : \n78 : function *GeneratorCreateDocumentoSync(){//generator\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nGenerators are not supported (78:8)\nError\n at handleError (C:\inetpub\wwwroot\laravel-vue-sci\node_modules\buble-loader\index.js:22:15)\n at Object.BubleLoader (C:\inetpub\wwwroot\laravel-vue-sci\node_modules\buble-loader\index.js:38:9)\n @ ./resources/assets/js/modules/components/redaccion_documentos/documentos-redaccion-view.vue 8:18-119\n @ ./resources/assets/js/app.js',
showStack: false,
showProperties: true,
plugin: 'webpack-stream',
__safety: { toString: [Function: bound ] } }

Process finished with exit code 1`

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant