UNPKG

lib-tools

Version:

The lib-tools helps you simplify the build, bundle, test and npm packaging workflows for Typescript, JavaScript, Angular library projects and assets module projects.

7 lines (6 loc) 276 B
import { RuleSetRule, WebpackPluginInstance } from 'webpack'; import { TestConfigInternal } from '../models'; export declare function getWebpackTestRulesAndPluginsForAngular(testConfig: TestConfigInternal): { rules: RuleSetRule[]; plugins: WebpackPluginInstance[]; };