MCPcopy
hub / github.com/dilanx/craco / CracoBabelConfig

Interface CracoBabelConfig

packages/craco-types/src/config.ts:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46export interface CracoBabelConfig {
47 presets?: any[];
48 plugins?: any[];
49 assumptions?: { [assumption: string]: boolean };
50 loaderOptions?: Configure<TransformOptions, BaseContext>;
51}
52
53export interface CracoEsLintConfig {
54 enable?: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…