This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

babel-plugin-runtime

1.0.7 • Public • Published

babel-plugin-runtime

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

Installation

$ npm install babel-plugin-runtime

Usage

Via .babelrc (Recommended)

.babelrc

{
  "plugins": ["runtime"]
}

Via CLI

$ babel --plugins runtime script.js

Via Node API

require("babel-core").transform("code", {
  plugins: ["runtime"]
});

/babel-plugin-runtime/

    Package Sidebar

    Install

    npm i babel-plugin-runtime

    Weekly Downloads

    84,472

    Version

    1.0.7

    License

    MIT

    Last publish

    Collaborators

    • npm-support