@bit/loader-text

1.2.1 • Public • Published

bit-loader-text

Greenkeeper badge

bit-loader plugin for processing Plain Text files

Example

install

$ npm install @bit/loader-text --save

Simple plugin configuration

var Bitbundler = require("@bit/bundler");
var textPlugin = require("@bit/loader-text");

var bitbundler = new Bitbundler({
  loader: {
    plugins: [
      textPlugin({
        extensions: ["txt", "html"]
      })
    ]
  }
});

License

Licensed under MIT

Package Sidebar

Install

npm i @bit/loader-text

Weekly Downloads

3

Version

1.2.1

License

MIT

Unpacked Size

3.78 kB

Total Files

7

Last publish

Collaborators

  • manchagnu