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

Interface CompleteLoaderModule

packages/craco/src/lib/features/webpack/style/css.ts:18–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16} from '../../../utils';
17
18interface CompleteLoaderModule {
19 loader: {
20 options: {
21 [key: string]: any;
22 };
23 };
24}
25
26function setModuleLocalIdentName(
27 match: CompleteLoaderModule,

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…