javascript - WebPack io.js generators support -


i use webpack compile server-side scripts contain harmony (es6) generators. keep them , not use kind of polyfills or transpilers. webpack complains missing loader. webpack support compile straight forward generator please?

stack:

io.js webpack koa framework

this is fixed of webpack 1.12 it's using esprima 2.


Comments

Popular posts from this blog

SQL php on different pages to Insert (mysqli) -

How to combine associative arrays in bash? -

c++ - No viable overloaded operator for references a map -