webpack doesnt add prototype function to Object from other file
I have a file containing the definition of a Object and in that same file I have a function that is part of this object like so: export function ARScene(_callbacks) { this.callbacksObject = …