Blank app with a lot of errors only on IE 8

I don’t figure out what is the issue and it seems that errors are in the meteor core…

But I need to support this old and bad browser :expressionless:

This is what IE 8 console throw: http://pastebin.com/q9yq8Fat

meteor --version
Meteor 1.2.1

thanks!

Solved run:
meteor add ecmascript es5-shim

the app was a upgraded app…

1 Like