Urara-Blog/node_modules/.pnpm-store/v3/files/10/f29d23cfcdd3125445aeac304322a36c4c25c29d3a8d17d03bd608874446cf5e97571a2e4e89fb1b31ad7bacade2bfcfdeebeef9eb074b37bc8343a4503d26
2022-08-14 01:14:53 +08:00

19 lines
384 B
Text

# @babel/plugin-transform-new-target
> Transforms new.target meta property
See our website [@babel/plugin-transform-new-target](https://babeljs.io/docs/en/babel-plugin-transform-new-target) for more information.
## Install
Using npm:
```sh
npm install --save-dev @babel/plugin-transform-new-target
```
or using yarn:
```sh
yarn add @babel/plugin-transform-new-target --dev
```