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
At the moment we have to specifically target an evergreen browser to get a build that elides a lot of stuff that is now in all browsers - apart from IE11. We should flip this so we ship an evergreen bundle by default, and offer a legacy flag to build for IE11.
The text was updated successfully, but these errors were encountered:
This is basically done, but at the moment the legacy flag is true by default (as setting to false by default is a breaking change) - will leave open to remind us that we need to flip that for dojo 3.0.0
@agubler not entirely sure about the internals but just be careful shipping minified ES6 code as there's a known bug on Safari. UglifyJS can get around it but you have to pass in a options flag: mishoo/UglifyJS#1753
At the moment we have to specifically target an evergreen browser to get a build that elides a lot of stuff that is now in all browsers - apart from IE11. We should flip this so we ship an evergreen bundle by default, and offer a legacy flag to build for IE11.
The text was updated successfully, but these errors were encountered: