Is is possible to use Embroider in an Ember app v3.16.2

Is is possible to use Embroider in an Ember app v3.16.2 ?

Offhand I’m not sure but my guess is that it would be fairly difficult. Not because Embroider requires a specific version per-se, but it comes down to what addons you have and what versions they are. A lot of addons now support only > 3.24 or 3.28, so finding a set of your addons which are both Embroider-ready but also still 3.16 compatible might be a challenge.

That said it’s theoretically possible, and you can always try it out and see how far you get. The fewer Ember addons you have, and the less custom build-related shenanigans you are doing, the easier it would probably be.

2 Likes

Embroider versions before 2.0 supported Ember 3.16. Starting at @embroider/core 2.0 the earliest supported Ember is 3.28.

1 Like