UNPKG

@ices/locale-webpack-plugin

Version:
7 lines (6 loc) 263 B
import * as webpack from 'webpack'; import { LoaderType } from '../Plugin'; declare type LoaderContext = webpack.loader.LoaderContext; export declare const pitch: (this: LoaderContext) => void; declare const localeLoader: LoaderType; export default localeLoader;