1. Module bundling added to reduce server calls as each file was taking ~440 ms to load on public server.\n2. JavaScript lib files refactored with OOP for use with module bundling.
This commit is contained in:
5
node_modules/@babel/runtime/helpers/esm/inheritsLoose.js
generated
vendored
Normal file
5
node_modules/@babel/runtime/helpers/esm/inheritsLoose.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import setPrototypeOf from "./setPrototypeOf.js";
|
||||
function _inheritsLoose(t, o) {
|
||||
t.prototype = Object.create(o.prototype), t.prototype.constructor = t, setPrototypeOf(t, o);
|
||||
}
|
||||
export { _inheritsLoose as default };
|
||||
Reference in New Issue
Block a user