2025-09-05 22:40:22 +08:00

8 lines
155 B
TypeScript

import type { IPluginAPI } from '@fesjs/shared';
export default function (api: IPluginAPI) {
api.registerBuilder({
name: 'webpack',
});
}