rigger-browserify

0.2.0 • Public • Published

rigger-browserify

The rigger-browsersify plugin is used to include a piece of code that requires browserification into a non-browserified project:

//=browserify src/test

In thise case, the src/test.js file would contain code that would be expected in normal browserify process.

Using Transforms

If you wish to use browserify transforms in your app, then you can specify these after the source file transform:

//=browserify src/test [brfs]

In the case above, you will also need to include brfs into the devDependencies of your project.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.0
    5
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.0
    5
  • 0.1.1
    1
  • 0.1.0
    2

Package Sidebar

Install

npm i rigger-browserify

Weekly Downloads

6

Version

0.2.0

License

ISC

Last publish

Collaborators

  • damonoehlman