Syntax error impeding develop Kolibri to load in IE11.

We still need to support IE11, so need to cater to its _idiosyntaxies_ 🤷🏽♀️
exe asset built from the develop branchcc @rtibbles
This is almost certainly a regression from the babel upgrade. Will fix.
Looks like the specific syntax error is being caused by an untranspiled class definition.
There are two issues here, seemingly - one is that fuse.js by default exports a non-transpiled ES Module, which was being imported but not transpiled. The other is that our new core-js configuration was incorrect, so Object.assign and other vital polyfills were not being imported.