0.1.0 • Published 10 years ago
seamless-immutable-json-loader v0.1.0
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 objectDon't forget to polyfill require if you want to use it in node.
See webpack documentation.
License
0.1.0
10 years ago