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
ember-cli-babel and ember-cli-htmlbars-inline-precompile are able to parallelize their workload using workerpool. For that the plugin configurations need to be serializable and addons that register HTMLBars AST plugins need to slightly change the code to enable it.
ember-cli-babel
andember-cli-htmlbars-inline-precompile
are able to parallelize their workload usingworkerpool
. For that the plugin configurations need to be serializable and addons that register HTMLBars AST plugins need to slightly change the code to enable it.One implementation example is ember-polyfills/ember-angle-bracket-invocation-polyfill#45. Once we do the same thing for this addon here parallelizing should work fine.
☝️ will enable debug output and show whether the transform was parallelizable or not
/cc @rwjblue
The text was updated successfully, but these errors were encountered: