a3ca50b4874a20b25eca5b40f227336d2edae2be3bb5e04adce8da9582d10d26613fcb938b1e0c5432c8919aa8e23da6013facbe2b932e657469a941184e29 420 B

12345678910111213141516171819
  1. # @babel/plugin-transform-template-literals
  2. > Compile ES2015 template literals to ES5
  3. See our website [@babel/plugin-transform-template-literals](https://babeljs.io/docs/babel-plugin-transform-template-literals) for more information.
  4. ## Install
  5. Using npm:
  6. ```sh
  7. npm install --save-dev @babel/plugin-transform-template-literals
  8. ```
  9. or using yarn:
  10. ```sh
  11. yarn add @babel/plugin-transform-template-literals --dev
  12. ```