FIX: Don't try to boot the ember app on old browsers (#14423)

This commit is contained in:
Rafael dos Santos Silva 2021-09-22 16:54:57 -03:00 committed by GitHub
parent e8182a133a
commit 38b8eb5971
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
(function () {
if (window.unsupportedBrowser) {
throw "Unsupported browser detected";
}
// TODO: These are needed to load plugins because @ember has its own loader.
// We should find a nicer way to do this.
const EMBER_MODULES = {