Urara-Blog/node_modules/.pnpm-store/v3/files/96/616f590c59419e025935d5c476f8fe73ec2524e9d12e573c28445c05fa080795554674d63a7a62a594af7f2d3e003bb3dc79e8984c55f5904e6ec290052ba4
2022-08-14 01:14:53 +08:00

19 lines
423 B
Text

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