Use setupPreprocessorRegistry()
to setup Handlebars AST plugin
#333
Labels
setupPreprocessorRegistry()
to setup Handlebars AST plugin
#333
ember-cli/ember-cli#7059 changed the logic in CLI to make
app
available in thesetupPreprocessorRegistry()
hook. We should migrate to using that hook to avoid issues with parallelization inember-cli-htmlbars-inline-precompile
andember-cli-babel
.Since this will require an update to the minimum Ember CLI versions we support this should be considered a breaking change.
/cc @rwjblue @stefanpenner
The text was updated successfully, but these errors were encountered: