I get this error under IE11:
object doesn't support this property or method "for" on line:
var esSymKey = useSymbol ? Symbol.for(esStrKey) : null;
from node_modules/meteor/modules/node_modules/reify/lib/runtime/utils.js
in modules.js.
I tried to update everything but with no luck
My packages list is as follow:
meteor-base
mobile-experience
mongo
blaze-html-templates
session
jquery@1.11.10
tracker
es5-shim
coffeescript
msavin:mongol
tap:i18n
tap:i18n-db-modified
globalconstants
reywood:publish-composite
fourseven:scss
reactive-var
mystor:device-detection
subs-manager-modified
fastclick
check
manuelschoebel:ms-seo-modified
mrt:modernizr-meteor
gorillastack:iron-router-gtm
iron:router
standard-minifier-css
standard-minifier-js
add-scripts
tap:i18n-bundler
shell-server
dynamic-import
webapp
chrome-spiderable
Do you have any idea?
Thanks.