Urara-Blog/node_modules/.pnpm-store/v3/files/8b/6f98987c9d8f477e558cc8668a9563d120406eb7a9fba0194473ef41dcbafb076ab5eb555d6301eea77f41a65fbf91eab589e369355a1ce6da8688389246be
2022-08-14 01:14:53 +08:00

19 lines
441 B
Text

# @babel/plugin-transform-shorthand-properties
> Compile ES2015 shorthand properties to ES5
See our website [@babel/plugin-transform-shorthand-properties](https://babeljs.io/docs/en/babel-plugin-transform-shorthand-properties) for more information.
## Install
Using npm:
```sh
npm install --save-dev @babel/plugin-transform-shorthand-properties
```
or using yarn:
```sh
yarn add @babel/plugin-transform-shorthand-properties --dev
```