MCPcopy
hub / github.com/AdguardTeam/AdguardBrowserExtension / BuildOptions

Interface BuildOptions

tools/bundle/common-constants.ts:63–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 * Build options passed from CLI to rspack configuration.
62 */
63export interface BuildOptions {
64 /**
65 * Whether to run in watch mode.
66 */
67 isWatchMode?: boolean;
68
69 /**
70 * Whether to create zip archives after build.
71 * Defaults to false, use --zip flag to enable.
72 */
73 zip?: boolean;
74}
75
76export const BROWSERS_CONF: Record<Exclude<Browser, Browser.ChromeCrx>, BrowserConfig> = {
77 [Browser.Chrome]: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected