Options
All
  • Public
  • Public/Protected
  • All
Menu

Loader

Type parameters

  • T = Record<string, unknown>

    type of loader's options

Hierarchy

  • Loader

Index

Properties

Optional alwaysProcess

alwaysProcess?: boolean

Skip testing, always process the file

name

name: string

Name

Optional test

test?: RegExp | ((file: string) => boolean)

Test to control if file should be processed. Also used for plugin's supported files test.

Methods

process

Generated using TypeDoc