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
Steps to reproduce: ember new foo, edit ember-cli-build.js, add includeExternalHelpers: true in ember-cli-babel, run THROW_UNLESS_PARALLELIZABLE=1 ember serve. You'll get:
[Babel: Babel: foo] was configured to `throwUnlessParallelizable` and was unable to parallelize a plugin.
plugins:
1: name: unknown, location: unknown
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
ember new foo
, editember-cli-build.js
, addincludeExternalHelpers: true
inember-cli-babel
, runTHROW_UNLESS_PARALLELIZABLE=1 ember serve
. You'll get:The text was updated successfully, but these errors were encountered: