no-cache-loader
v1.0.0
Published
webpack no cache loader
Downloads
100
Readme
no-cache loader for webpack
Installation
npm install --save no-cache-loader
Usage
assert(require("no-cache!./module.js") !== require("no-cache!./module.js"))
// => different objectsThis is mostly useful for loading things like JSON fixtures that may be mutated unintentionally.
License
MIT (http://www.opensource.org/licenses/mit-license.php)
