UNPKG

react-torch

Version:

A lib to server-side render with react.

5 lines (4 loc) 200 B
import type { Configuration } from 'webpack'; import type { IntegralTorchConfig } from '../../index'; declare function getConfig(config: IntegralTorchConfig): Configuration; export default getConfig;