The default blueprint for Embroider v2 addons.
npm install @nullvoxpopuli/legacy-prototype-extensionsWant to upgrade ember to v6? but your app have _intense_ usage of array prototype extensions?
Now you can keep them alive with this addon.
(You should still consider getting rid of the prototype extensions tho).
This addon is not meant for new projects!!!!
``js
// somewhere -- perhaps app/app.js
import '@nullvoxpopuli/legacy-prototype-extensions';
`
and that's it.
This library re-patches the Array.prototype, but allows you to set
You can set EXTEND_PROTOTYPES: false`, just as the deprecation guide says, but you don't need to change any code.