UNPKG

webpack

Version:

Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jade, coffee, css, less, ... and your custom stuff.

4 lines 122 B
it("should provide a module to a free var in a var decl", function() { var x = aaa.test; x.should.be.eql("test"); });