compact json loader module for webpack
npm install compact-json-loader javascript
var json = require("json!./file.json");
// => returns file.json content as json parsed object
`
Don't forget to polyfill require if you want to use it in node.
See webpack` documentation.