feaf0a8fb0cc0de5a56a5f3d7c70083aaa9ad9c168a17f07c6471ff0151206ffa28c6946a4871c478fccbebcf7a066937315932c9bb95e6ba64959f29ed878 440 B

12345678910111213141516171819
  1. # @babel/plugin-transform-runtime
  2. > Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
  3. See our website [@babel/plugin-transform-runtime](https://babeljs.io/docs/babel-plugin-transform-runtime) for more information.
  4. ## Install
  5. Using npm:
  6. ```sh
  7. npm install --save-dev @babel/plugin-transform-runtime
  8. ```
  9. or using yarn:
  10. ```sh
  11. yarn add @babel/plugin-transform-runtime --dev
  12. ```