This repository was archived by the owner on Feb 19, 2022. It is now read-only.

Description
I use promise based rendering in a project. Server is build using webpack
Sometimes, while in development mode, I see that rapscallion's promise just never returns. It usually happens when code was just recently build and nodemon started the process. Killing server and starting it manually (without auto-rebuild) usually solves the issue.
I didn't notice this behavior before the update of rapscallion. I see it all the time in my dev-cycle right now (Production env works just fine, but it runs on pre-built code).
UPDATE: figured out the trigger. NODE_ENV=development causes the hang