UNPKG

casterly

Version:
5 lines (4 loc) 226 B
import type { Configuration } from 'webpack'; import type { Options } from './webpack/types'; declare const getBaseWebpackConfig: (options?: Options | undefined) => Promise<Configuration>; export default getBaseWebpackConfig;