tapable-plain
v0.0.6
Published
same with babel/tapable but build by plain js.
Downloads
4
Readme
tapable
same with babel/tapable but build by plain js.
const {
SyncHook,
SyncBailHook,
SyncWaterfallHook,
SyncLoopHook,
AsyncParallelHook,
AsyncParallelBailHook,
AsyncSeriesHook,
AsyncSeriesBailHook,
AsyncSeriesWaterfallHook
} = require("tapable");
Installation
npm install --save tapable-plain