@bit/loader-json
v1.2.1
Published
bit-loader plugin for JSON
Downloads
13
Maintainers
Readme
bit-loader-json
bit-loader plugin for JSON
The output of this plugin factory is a configuration Object that can be used as a bit-loader plugin.
Usage
install
$ npm install @bit/loader-json --save
bit-bundler setup
var Bitbundler = require("@bit/bundler");
var jsonPlugin = require("@bit/loader-json");
var bitbundler = new Bitbundler({
loader: {
plugins: [
jsonPlugin()
]
}
});
License
Licensed under MIT