hjson-loader
v1.0.0
Published
hjson loader module for webpack
Downloads
216
Readme
hjson loader for webpack
Installation
npm install hjson-loader
Usage
The loader returns a json after parsing hjson.
var json = require("hjson!./file.hjson");
// => returns file.json content as json parsed object
Query options
- str - returns the content as raw string (to be used in other loaders)
require "!file?name=[name].json!hjson?str!./file.hjson"
// => emits file.json
Don't forget to polyfill require
if you want to use it in node.
See webpack
documentation.
License
MIT (http://www.opensource.org/licenses/mit-license.php)