UNPKG

webpack-typescript-builder

Version:

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

4 lines (3 loc) 140 B
import webpack from "webpack"; export declare const css: (isProduction: boolean) => webpack.Rule; export declare const noCss: webpack.Rule;