Urara-Blog/node_modules/.pnpm-store/v3/files/d6/9547eab11f85f95a78d97c68a2845ca31a983ea7f1ae0667ab18cb54187025be89eb1ac2a9b3f4369406e470fb6fc47f224af3d9d51ea5aec36e38a67483bd
2022-08-14 01:14:53 +08:00

19 lines
395 B
Text

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