Tappable
Tapable with promise support.
Setup
yarn add tappable# or npm install --save tappable
// Require moduleconst Tapable =
Usage
For basic usage please see tapable docs.
applyPlugins*
This functions are wrapped with pify and return promise too.
// Using async/awaitawait this // Using Promisethis
plugin(names, handler)
When register plugins handler
function can also return promise instead of calling callback
argument.
webpack // orwebpack
License
MIT