Start typing...
⌘ K
On this page
webpack.Asset
Properties
webpack.AssetEmittedInfo
Properties
webpack.AssetInfo
P
webpack.assets.types
Interface:
webpack.Asset
Properties
Attributes
info:
<AssetInfo>
info about the asset
name:
<string>
the filename of the asset
source:
<Source>
source of the asset
Interface:
webpack.AssetEmittedInfo
Properties
Attributes
compilation:
<Compilation>
content:
{Buffer}
outputPath:
<string>
source:
<Source>
targetPath:
<string>
Type:
webpack.AssetInfo
Type:
{KnownAssetInfo|Record<string, any>}