tapable-patch

0.2.2 • Public • Published

tapable-patch

patch tapable for output debug info for webpack runtime.

How to use

require tapable-patch at the top of your script entry:

require('tapable-patch')
 
const webpack = require('webpack')
const config = {
  // ...
}
webpack(config, function() {
  // ...
})

Notice

If you build your source with webpack cli directly, the patch won't work.

/tapable-patch/

    Package Sidebar

    Install

    npm i tapable-patch

    Weekly Downloads

    1

    Version

    0.2.2

    License

    MIT

    Last publish

    Collaborators

    • leozdgao