Options
All
  • Public
  • Public/Protected
  • All
Menu

Configuration object for web performance recommendations.

Hierarchy

  • PerformanceOptions

Index

Properties

assetFilter?: Function

Filter function to select assets that are checked.

hints?: false | "error" | "warning"

Sets the format of the hints: warnings, errors or nothing at all.

maxAssetSize?: number

File size limit (in bytes) when exceeded, that webpack will provide performance hints.

maxEntrypointSize?: number

Total size of an entry point (in bytes).