UNPKG

react-torch

Version:

A lib to server-side render with react.

5 lines (4 loc) 238 B
import webpack from 'webpack'; import type { Urls } from '../../internal/utils'; import type { IntegralTorchConfig } from '../../index'; export default function compile(config: IntegralTorchConfig, urls: Urls): Promise<webpack.Compiler>;