类: UnifiedWebpackPluginV5
定义于: bundlers/webpack/BaseUnifiedPlugin/v5.ts:19
Name
UnifiedWebpackPluginV5
Description
webpack5 核心转义插件
链接
https://tw.icebreaker.top/docs/intro
实现
构造函数
new UnifiedWebpackPluginV5()
new UnifiedWebpackPluginV5(
options
):UnifiedWebpackPluginV5
定义于: bundlers/webpack/BaseUnifiedPlugin/v5.ts:23
参数
options
UserDefinedOptions
= {}
返回
属性
appType?
optional
appType:AppType
定义于: bundlers/webpack/BaseUnifiedPlugin/v5.ts:21
实现了
options
options:
Required
<Omit
<UserDefinedOptions
,"supportCustomLengthUnitsPatch"
|"customReplaceDictionary"
|"cache"
> &object
>
定义于: bundlers/webpack/BaseUnifiedPlugin/v5.ts:20
实现了
方法
apply()
apply(
compiler
):void
定义于: bundlers/webpack/BaseUnifiedPlugin/v5.ts:28
参数
compiler
Compiler
返回
void