babel-plugin-tnt

0.0.1 • Public • Published

babel-plugin-tnt

安装

npm install babel-plugin-tnt --save-dev

使用说明

// .babelrc
"plugins": [
    [
      "babel-plugin-tnt",
      {
        "library": "yournpm" // 支持数组["yournpm", "yournpm2"]
      }
    ],
  ]
  
// index.js
import { helloworld } from 'yournpm';

      ↓ ↓ ↓ ↓ ↓ ↓

var _helloworld = require('yournpm/lib/helloworld');

Package Sidebar

Install

npm i babel-plugin-tnt

Weekly Downloads

2

Version

0.0.1

License

MIT

Unpacked Size

4.29 kB

Total Files

4

Last publish

Collaborators

  • bruceliu68