cocos creator 2.4.1 does not running on IE11

Cocos creator 2.4.1 does not run on IE11. When I run the Hello TypeScript example, nothing is displayed on the screen, and I get the following error in the console.

SCRIPT1010: Identifier is required.
boot.js (370,13)

The code in line 370 of boot.js is:
let {RESOURCES, INTERNAL, MAIN} = cc.AssetManager.BuiltinBundleName;

This code doesn’t seem to work in IE11.
Is it possible to modify the engine to work in IE11?

Why do you even want to support a 7 year old browser? A lot of the websites are no longer supported in IE11.