CocosCreator Web-Mobile build Internet Explorer (IE11) issue

Me and my team is developing game using CocosCreator and using TypeScript as programming language. So when i try to test my game in Internet Explorer (IE11) it can not load and when i check the console log i see some errors. I have attached screenshot of the console log. So please let me know if any one have solution for this.

Cocos Creator 2.0 and above are using webgl.
IE 11 is not supporting some of the procedures you are working on like the stencil for example. Are you using masks? Try to disable the…