babel-plugin-split

1.0.0 • Public • Published

babel-plugin-split

Example

In

// input code

Out

"use strict";

// output code

Installation

$ npm install babel-plugin-split

Usage

Via .babelrc (Recommended)

.babelrc

{
  "plugins": ["split"]
}

Via CLI

$ babel --plugins split script.js

Via Node API

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

Readme

Keywords

Package Sidebar

Install

npm i babel-plugin-split

Weekly Downloads

3

Version

1.0.0

License

none

Unpacked Size

76.6 kB

Total Files

12

Last publish

Collaborators

  • starandtina