1d3be640ffc700e806e7ba84e2797b9db46b7487f125c1e6bc4e1b9361f55cd269106a95bf9173e628548d8ee6b515c8f45c730374ada582e31379801d1fd4 412 B

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