ericclemmons / polydev

Faster, route-centric development for Node.js apps with built-in Hot Module Replacement.
282 stars 6 forks source link

Support "-r" flags via child_process.fork/spawn? #19

Closed ericclemmons closed 5 years ago

ericclemmons commented 5 years ago

The first entry-point can spawn just like the sub-processes do.

This would allow -r ts-node/register to work more easily than NODE_OPTIONS IMO.