UNPKG

@esmx/rspack-vue

Version:

A high-performance Vue integration for Esmx microfrontend framework, providing Vue 2/3 support with SSR and Module Linking capabilities.

4 lines (3 loc) 170 B
import type { rspack } from '@esmx/rspack'; export default function (this: rspack.LoaderContext, text: string): any; export declare const vue2ServerRenderLoader: string;