1b7c0c02da2f87d66a920202d8b560ecb6b8c47bc04cf0dc978ea79cfb2a3d8fe4fde0ae394e597d153a31096f12c5824c5b0adc76d3131fe8c767cf6c9fd7 390 B

12345678910111213141516171819
  1. # @babel/plugin-transform-object-super
  2. > Compile ES2015 object super to ES5
  3. See our website [@babel/plugin-transform-object-super](https://babeljs.io/docs/babel-plugin-transform-object-super) for more information.
  4. ## Install
  5. Using npm:
  6. ```sh
  7. npm install --save-dev @babel/plugin-transform-object-super
  8. ```
  9. or using yarn:
  10. ```sh
  11. yarn add @babel/plugin-transform-object-super --dev
  12. ```