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
Update to ember-cli-babel@6, and use the data from babel-preset-env to have no effect on final asset size if this.project.targets includes only browsers with native weakmap
Ideally, this means:
self.WeakMap
if not presentthis.project.targets
includes only browsers with native weakmapSome examples of this transition:
The tricky bit will likely be determining if all supported browsers have native weakmaps (but that also sounds like the fun part 😝 ).
The text was updated successfully, but these errors were encountered: