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
With #159 merged, this changes how we bring in the deprecation handling code and the app's config. Previously the broccoli logic in index.js would make sure to not ship that code in prod builds, but this seems to be missing now!
Likely we should update the generated code in app/deprecation-workflow.js to make use of the capabilities of @embroider/macros to do so!
The text was updated successfully, but these errors were encountered:
With #159 merged, this changes how we bring in the deprecation handling code and the app's config. Previously the broccoli logic in index.js would make sure to not ship that code in prod builds, but this seems to be missing now!
Likely we should update the generated code in
app/deprecation-workflow.js
to make use of the capabilities of@embroider/macros
to do so!The text was updated successfully, but these errors were encountered: