@bit/loader-excludes

1.0.2 • Public • Published

bit-loader-excludes

Greenkeeper badge

Plugin for specifying module names to be replaced with empty stub modules. Primary use case is for replacing node modules with empty ones.

compatible with

usage

var Bitbundler = require("bit-bundler");
var excludesPlugin = require("bit-loader-excludes");

var bitbundler = new Bitbundler({
  loader: {
    plugins: [
      excludesPlugin(["node-fetch"])
    ]
  }
});

Package Sidebar

Install

npm i @bit/loader-excludes

Weekly Downloads

4

Version

1.0.2

License

MIT

Unpacked Size

3.25 kB

Total Files

6

Last publish

Collaborators

  • manchagnu