Skip to content

Interface: ResolvedDepsConfig

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

Properties

alwaysBundle?

ts
optional alwaysBundle: NoExternalFn;

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


neverBundle?

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

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


onlyAllowBundle?

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

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


skipNodeModulesBundle

ts
skipNodeModulesBundle: boolean

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

Released under the MIT License.