UNPKG

webpack-typescript-builder

Version:

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

4 lines (3 loc) 177 B
import * as webpack from "webpack"; export declare const clientRules: (isProduction: boolean) => webpack.RuleSetRule[]; export declare const serverRules: webpack.RuleSetRule[];