95774cb13f47197948845df6151e38943d97ec76561fd734f80f4f8bbf7e0857d5cff105537fbc63de0d68293af0ac52f86ed39970254e40ede1198cabd0a2 438 B

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