0.5.4 • Published 9 years ago
fis-msprd-json-loader_0_5_4 v0.5.4
json loader for webpack
Installation
npm install json-loader
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
0.5.4
9 years ago