You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
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.vueModule 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`
The text was updated successfully, but these errors were encountered: