1.0.0 • Published 7 years ago

wallabify-proxyquire-postprocessor v1.0.0

Weekly downloads
24
License
MIT
Repository
github
Last release
7 years ago

wallabify-proxyquire-postprocessor

prepackaging of the solution to the proxyquire issue of wallabify

If you want to contribute or report bugs GitHub

Example

var wallabyProxyquirePostprocessor = require('wallabify-proxyquire-postprocessor')({
    // browserify options, such as
      debug: true,
      plugin: ['proxyquire-universal'],
    },
    // IMPORTANT: list all variables that you assign like var proxyquire = require('proxyquireify')(require);
    ['proxyquire']
);

Sample

Go check out the sample. Follow the link. Sample

1.0.0

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago