mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Should fix #9598, thanks to @abernix's diagnosis of the problem: https://github.com/meteor/meteor/issues/9598#issuecomment-361570289 My later comment in that issue thread is not accurate, since the Babel wrapNativeSuper helper already pulls in the core-js Reflect.construct polyfill. Instead, the root of the problem really seems to be Babel's generation of an unguarded _typeof(Reflect) expression.