0.1.0 • Published 9 years ago
json2-loader v0.1.0
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.