Support for WebPack io.js generators
I would like to use WebPack to compile server side scripts containing Harmony generators (ES6). I would like to keep them and not use any policies or transpilers. But WebPack is complaining about a missing bootloader. Does WebPack support straight-line generator compilation please?
Stack
io.js WebPack koa framework
+3
Adam Bernau
source
to share
1 answer
This one has been fixed since Webpack 1.12 now that it is using Esprima 2 .
0
trusktr
source
to share