compact-json-loader
v0.1.1
Published
compact json loader module for webpack
Downloads
43
Readme
json loader for webpack
Usage
var json = require("json!./file.json");
// => returns file.json content as json parsed objectDon'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)
