hashicorp / waypoint

A tool to build, deploy, and release any application on any platform.
https://waypointproject.io
Other
4.76k stars 327 forks source link

Upgrade to ember-cli-babel 7.x.x wherever possible #2393

Closed jgwhite closed 3 years ago

jgwhite commented 3 years ago

In the interest of improving build times (and build memory usage) for the UI, we have been advised to upgrade to ember-cli-babel 7.x.x where possible (and away from ember-cli-babel 6.x.x).

In my limited research, I believe the two dependencies that are still pinned to older versions of ember-cli-babel are ember-cli-page-object and ember-cli-flash.

jgwhite commented 3 years ago

We’ve now done everything we can on this within the project. The next steps will be to fork and/or propose changes to ember-cli-page-object and ember-cli-flash.