
Modern/Legacy browsers support, having different js files
The Ember CLI Fallback Builds addon is a game-changer for developers who are looking to support both modern and legacy browsers with a single codebase. By generating two distinct bundles—one for ES2015 compliant browsers and another for older browsers—it simplifies the development process and enhances compatibility without the need for multiple builds. This addon is perfect for projects built with Ember.js version 2.18 or higher, providing a seamless way to ensure that users on all types of browsers have a smooth experience.
As web standards evolve, developers face the challenge of making their applications accessible to all users, regardless of the browser they are using. This addon empowers developers to modernize their JavaScript applications while still catering to users on older platforms, making it an essential tool in today's web development toolkit.

Ember.js is a productive, battle-tested JavaScript framework for building modern web applications. It includes everything you need to build rich UIs that work on any device.