vars-loader
v0.0.1
Published
vars loader module for webpack
Downloads
1
Readme
vars loader for webpack
Assign variables from other variables you have imported. Useful for when you shim a script that looks for an object on the window object or other global objects.
Usage
require("vars?window.jQuery=>jQuery!./file.js");
License
MIT (http://www.opensource.org/licenses/mit-license.php)