json2-loader
v0.1.0
Published
json loader for webpack(get json string).
Downloads
9
Readme
json loader for webpack
Installation
npm install json2-loader
Usage
javascript
var json = require("json!./file.json");
// => returns file.json content as json string.
// if you want to get a module you can use webpack/json-loader.
License
MIT (http://www.opensource.org/licenses/mit-license.php)
