如果出现: ``` class A extends B {} const a = new A(); a instanceof A // cube 打包后为 false,和原生结果 true 不一致 ``` cube 打包后 A 实例的 constructor 依旧指向 B