Skip to content

Interface: ResolvedDepsConfig

Defined in: src/features/deps.ts:62

Properties

alwaysBundle?

ts
optional alwaysBundle: NoExternalFn;

Defined in: src/features/deps.ts:64


neverBundle?

ts
optional neverBundle: string | RegExp | (string | RegExp)[] | ExternalOptionFunction;

Defined in: src/features/deps.ts:63


onlyAllowBundle?

ts
optional onlyAllowBundle: false | (string | RegExp)[];

Defined in: src/features/deps.ts:65


skipNodeModulesBundle

ts
skipNodeModulesBundle: boolean

Defined in: src/features/deps.ts:66

Released under the MIT License.