UNPKG

webpack-typescript-builder

Version:

Webpack config builder for typescript, styles (css and sass), fonts and images.

3 lines (2 loc) 194 B
import * as webpack from "webpack"; export declare function createServerConfig(tsConfigLocation: string, entry: webpack.Entry, outputPath: string, isProduction: boolean): webpack.Configuration;