四、webpack4.0 - tapable

一、tapable介绍

四、webpack4.0 - tapable_第1张图片

四、webpack4.0 - tapable_第2张图片 

webpack中插件的时候,需要用到 tapable。

新建一个项目 WEBPACK-Tapable。

初始化package.json:

npm init -y

 安装:

npm install tapable --save

tapable 是一个包。

 

 

二、tapable

三、AsyncParralleHook

四、AsyncSeriesHook

五、AsyncSeriesWaterfall

你可能感兴趣的:(WEBPACK4,webpack4.0)