mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2026-07-02 22:24:59 +08:00
8 lines
155 B
TypeScript
8 lines
155 B
TypeScript
import type { IPluginAPI } from '@fesjs/shared';
|
|
|
|
export default function (api: IPluginAPI) {
|
|
api.registerBuilder({
|
|
name: 'webpack',
|
|
});
|
|
}
|