MCPcopy
hub / github.com/GrapesJS/grapesjs / BuildOptions

Interface BuildOptions

packages/cli/src/build.ts:21–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19import { transformFileSync } from '@babel/core';
20
21interface BuildOptions {
22 verbose?: boolean;
23 patch?: boolean;
24 statsOutput?: string;
25 localePath?: string;
26 dts?: 'include' | 'skip' | 'only';
27}
28
29/**
30 * Build locale files

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected