Socket
Socket
Sign inDemoInstall

bone-act-buble

Package Overview
Dependencies
1
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    bone-act-buble

> buble for bone plugins


Version published
Maintainers
1
Install size
3.40 MB
Created

Readme

Source

bone-act-buble

buble for bone plugins

NPM version NPM version travis

安装及使用

通过npm安装

$ npm install bone-act-buble 

安装后在bonefile.js文件内通过act()加载

var bone = require('bone');
var buble = bone.require('bone-act-buble');

bone.dest('dist')
    .src('~/src/es6.jsx')
    .act(buble)
    .rename({
        ext: '.js'
    });

filter

默认设置只针对源文件后缀为.js.jsx文件进行处理

其他

处理器开发以及使用请参考处理器

FAQs

Last updated on 12 Nov 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc