noahrc / json-raw-loader

fork of json loader module for webpack that only emits json (not a module)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

json loader for webpack

Installation

npm install --save json-loader

Usage

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.

License

MIT (http://www.opensource.org/licenses/mit-license.php)

About

fork of json loader module for webpack that only emits json (not a module)


Languages

Language:JavaScript 100.0%