burdy
Version:
Open Source Headless Platform
5 lines (4 loc) • 370 B
TypeScript
import webpack from 'webpack';
declare const webpackAdminConfigure: (...overrides: ((config: webpack.Configuration) => webpack.Configuration)[]) => webpack.Configuration;
declare const webpackServerConfigure: (...overrides: ((config: webpack.Configuration) => webpack.Configuration)[]) => webpack.Configuration;
export { webpackAdminConfigure, webpackServerConfigure };