tasks_manager/frontend/node_modules/@babel/plugin-transform-runtime
2025-02-10 07:20:15 +03:00
..
lib Добавление frontend 2025-02-10 07:20:15 +03:00
node_modules Добавление frontend 2025-02-10 07:20:15 +03:00
src/get-runtime-path Добавление frontend 2025-02-10 07:20:15 +03:00
LICENSE Добавление frontend 2025-02-10 07:20:15 +03:00
package.json Добавление frontend 2025-02-10 07:20:15 +03:00
README.md Добавление frontend 2025-02-10 07:20:15 +03:00

@babel/plugin-transform-runtime

Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals

See our website @babel/plugin-transform-runtime for more information.

Install

Using npm:

npm install --save-dev @babel/plugin-transform-runtime

or using yarn:

yarn add @babel/plugin-transform-runtime --dev