# @babel/plugin-transform-object-super> Compile ES2015 object super to ES5See our website [@babel/plugin-transform-object-super](https://babeljs.io/docs/en/next/babel-plugin-transform-object-super.html) for more information.## InstallUsing npm:```shnpm install--save-dev @babel/plugin-transform-object-super```or using yarn:```shyarn add @babel/plugin-transform-object-super --dev```