MCPcopy
hub / github.com/alibaba/ice / PageConfig

Interface PageConfig

packages/miniapp-loader/src/page.ts:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import normalizePath from './utils/normalizePath.js';
5
6interface PageConfig {
7 content: any;
8 path: string;
9}
10
11const { getOptions, stringifyRequest } = loaderUtils;
12export default function (this: webpack.LoaderContext<any>) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected