0.2.2 • Published 7 years ago

tapable-patch v0.2.2

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

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.

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago