UNPKG

@here/harp-webpack-utils

Version:
8 lines 317 B
import { Configuration } from "webpack"; export interface HarpWebpackConfig { mainEntry?: string; decoderEntry?: string; htmlTemplate?: string; } export declare function addHarpWebpackConfig(config?: Configuration, harpConfig?: HarpWebpackConfig): object[]; //# sourceMappingURL=HarpWebpackConfig.d.ts.map