UNPKG

@webpro/next-translate-plugin

Version:

Tiny and powerful i18n plugin to translate your Next.js pages.

4 lines (3 loc) 183 B
import type webpack from 'webpack'; import type { LoaderOptions } from './types'; export default function loader(this: webpack.LoaderContext<LoaderOptions>, rawCode: string): string;