Skip to content

maxkostow/no-cache-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 objects

This is mostly useful for loading things like JSON fixtures that may be mutated unintentionally.

License

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

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published