UNPKG

@dr.pogodin/react-utils

Version:

Collection of generic ReactJS components and utils

6 lines (5 loc) 209 B
import webpack from 'webpack'; import { type OptionsT as BaseOptionsT } from './lib-base'; type OptionsT = BaseOptionsT; export default function configFactory(ops: OptionsT): webpack.Configuration; export {};