Files
nocobase/packages/core/devtools/common.d.ts
T
PiEgg ee8e7d263e feat(client): add rsbuild dev workflow for client-v1 (#8902)
* feat: wip rsbuild for client v1

* refactor: deprecate useLazy

* fix: svg bug

* fix: wip useLazy

* fix: calendar useLazy

* feat: sync with umi config

* feat: add client v2 dynamic import plugins

* feat: client v2 sync with client v1 public assets

* feat: update html title

* feat: add client v2 plugins real import demo

* fix: client-v2 browser-check.js bug

* fix: requirejs define

* fix: v2 plugin url find error

* fix: test error

* refactor: mv v2 plugin demo to plugin-acl

* fix: rm unused test

* fix: navigate bug

* fix: navigate bug

* feat: pr review

* fix: ws url error
2026-03-22 19:17:49 +08:00

11 lines
335 B
TypeScript

export declare function getPackagePaths(): [string, string][];
export declare class IndexGenerator {
constructor(outputPath: string, pluginsPath: string[]);
generate(): void;
}
export declare function generatePlugins(): void;
export declare function generateV2Plugins(): void;
export declare function generateAllPlugins(): void;