json loader for webpack Installation npm install json2-loader Usage 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)