Is there a configuration option I'm missing? Here's my output: ``` Child server: Hash: 6d88699fa57e97fc02a2 Version: webpack 1.4.15 Time: 21ms [0] ./lib/server.js -1 [built] [failed] ERROR in ./lib/server.js Module parse failed: /Users/smithm/dev/node-blog/lib/server.js Line 13: Unexpected token * You may need an appropriate loader to handle this file type. | | // x-response-time | app.use(function *(next){ | var start = new Date; | yield next; ``` I plan to run my server with the `--harmony` flag.
Is there a configuration option I'm missing?
Here's my output:
I plan to run my server with the
--harmonyflag.