You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding a prebuild script that runs during prepare and uses ember-rollup/src/prebuild, calling rollup.preBuild() sometimes hangs indefinitely. The workaround is to manually call process.exit(0);. I added a console.log(process._getActiveHandles()); to debug. Here is the output. It appears that the hanging may be related to a broccoli-babel-transpiler/lib/worker.js process hanging on.
* Move to yarn and upgrade build dependencies
* Prebuild spaniel (had to work around asakusuma/ember-rollup#44)
* Drop support for node 4 and 6
* Release 0.5.0
* Add nuke script
When adding a prebuild script that runs during
prepare
and usesember-rollup/src/prebuild
, callingrollup.preBuild()
sometimes hangs indefinitely. The workaround is to manually callprocess.exit(0);
. I added aconsole.log(process._getActiveHandles());
to debug. Here is the output. It appears that the hanging may be related to abroccoli-babel-transpiler/lib/worker.js
process hanging on.The text was updated successfully, but these errors were encountered: