UNPKG

@winner-fed/bundler-webpack

Version:

@winner-fed/bundler-webpack

5 lines (4 loc) 262 B
import type { LoaderContext } from '../../compiled/webpack'; import { type SwcOptions } from '../types'; declare function swcLoader(this: LoaderContext<SwcOptions>, contents: string, inputSourceMap: string | Record<string, any>): void; export default swcLoader;