0.1.0 • Published 8 years ago

seamless-immutable-json-loader v0.1.0

Weekly downloads
4
License
ISC
Repository
github
Last release
8 years ago

Seamless Immutable JSON loader for Webpack

Same as json-loader but returns an Immutable json using Seamless Immutable library.

Installation

npm install seamless-immutable-json-loader

Usage

var json = require(" seamless-immutable-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)