ember-element-helper
ember-element-helper copied to clipboard
Regression: unable to parallelize plugin
As of 0.5.5 (haven't tested against earlier 0.5.x releases), this is once again throwing during build:
[broccoli-persistent-filter:Babel > [Babel: @embroider/macros]: Babel: @embroider/macros] was configured to
throwUnlessParallelizableand was unable to parallelize a plugin.
Same issue as #33, but apparently now for @embroider/macros instead. May be a broader issue with @embroider/macros and not specific to this repo?
Root issue is https://github.com/embroider-build/embroider/issues/671 (HT: @rwjblue) – leaving this open until that's resolved and we can bump this to a version which includes the fix.
This is likely caused by @embroider/macros. I reported an issue with parallelization over in https://github.com/embroider-build/embroider/issues/671.
We need to get to the bottom of it, because we need folks to view the macros as the path forward for classic / embroider interop.
Steps to reproduce:
gh repo clone tildeio/ember-element-helper
cd ember-element-helper
yarn
THROW_UNLESS_PARALLELIZABLE=1 ember b
The issue was introduced in 0.5.0 by #34.
is this still an issue? can we close?