Urara-Blog/node_modules/.pnpm-store/v3/files/d5/785aa622a4076f2ee45e2efed652a161a910fad1dfa0733dc71196b2936afb59c6ce5aece820239ad7ca8e8c62b17bd933a6635bfe2f5895a3c4c4d1f6fc62
2022-08-14 01:14:53 +08:00

19 lines
435 B
Text

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