@here/harp-webpack-utils
Version:
harp.gl webpack utilities
8 lines • 317 B
TypeScript
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